Merge pull request #107994 from neonfuz/koreader-license

koreader: license update agpl3 -> agpl3Only

authored by

Anderson Torres and committed by
GitHub
99600888 5ea718cb

+1 -1
+1 -1
pkgs/applications/misc/koreader/default.nix
··· 46 46 description = 47 47 "An ebook reader application supporting PDF, DjVu, EPUB, FB2 and many more formats, running on Cervantes, Kindle, Kobo, PocketBook and Android devices"; 48 48 platforms = intersectLists platforms.x86_64 platforms.linux; 49 - license = licenses.agpl3; 49 + license = licenses.agpl3Only; 50 50 maintainers = with maintainers; [ contrun neonfuz]; 51 51 }; 52 52 }