koreader: license update agpl3 -> agpl3Only
agpl3 license is now deprecated in nixpkgs. Upstream license does not indicate that future versions of agpl apply.
This commit is contained in:
parent
8f4f4430d7
commit
0d3e387ff3
@ -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];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user