Merge pull request #107994 from neonfuz/koreader-license

koreader: license update agpl3 -> agpl3Only
This commit is contained in:
Anderson Torres
2021-01-01 00:18:06 -03:00
committed by GitHub

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