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:
Sage Raflik 2020-12-30 15:28:26 -06:00
parent 8f4f4430d7
commit 0d3e387ff3

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];
};
}