summary refs log tree commit diff
path: root/pkgs/applications/misc/koreader
diff options
context:
space:
mode:
authorSage Raflik <neonfuz@gmail.com>2020-12-30 15:28:26 -0600
committerSage Raflik <neonfuz@gmail.com>2020-12-31 00:19:40 -0600
commit0d3e387ff35498284ac70a4330e96cea5929ff7d (patch)
treec47125f7f534588b192c5ee60dba3fa243e40070 /pkgs/applications/misc/koreader
parent8f4f4430d7d1b2349e9a03ee2471385d6f9693c8 (diff)
downloadnixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar.gz
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar.bz2
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar.lz
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar.xz
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.tar.zst
nixpkgs-0d3e387ff35498284ac70a4330e96cea5929ff7d.zip
koreader: license update agpl3 -> agpl3Only
agpl3 license is now deprecated in nixpkgs. Upstream license does not
indicate that future versions of agpl apply.
Diffstat (limited to 'pkgs/applications/misc/koreader')
-rw-r--r--pkgs/applications/misc/koreader/default.nix2
1 files changed, 1 insertions, 1 deletions
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];
   };
 }