Merge pull request #107994 from neonfuz/koreader-license

koreader: license update agpl3 -> agpl3Only
This commit is contained in:
Anderson Torres 2021-01-01 00:18:06 -03:00 committed by GitHub
commit 9960088893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ in stdenv.mkDerivation rec {
description =
"An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices";
platforms = intersectLists platforms.x86_64 platforms.linux;
license = licenses.agpl3;
license = licenses.agpl3Only;
maintainers = with maintainers; [ contrun neonfuz];
};
}