forked from mirrors/nixpkgs
Merge pull request #107994 from neonfuz/koreader-license
koreader: license update agpl3 -> agpl3Only
This commit is contained in:
commit
9960088893
|
@ -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 a new issue