From 0d3e387ff35498284ac70a4330e96cea5929ff7d Mon Sep 17 00:00:00 2001 From: Sage Raflik Date: Wed, 30 Dec 2020 15:28:26 -0600 Subject: [PATCH] koreader: license update agpl3 -> agpl3Only agpl3 license is now deprecated in nixpkgs. Upstream license does not indicate that future versions of agpl apply. --- pkgs/applications/misc/koreader/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/koreader/default.nix b/pkgs/applications/misc/koreader/default.nix index e870986a50a..54d6a66fc08 100644 --- a/pkgs/applications/misc/koreader/default.nix +++ b/pkgs/applications/misc/koreader/default.nix @@ -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]; }; }