koreader: add neonfuz as maintainer

This commit is contained in:
Sage Raflik 2020-12-28 13:56:29 -06:00 committed by Matthieu Coudron
parent 5cae53a822
commit 9154eda951

View file

@ -47,6 +47,6 @@ in stdenv.mkDerivation rec {
"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;
maintainers = [ maintainers.contrun ];
maintainers = with maintainers; [ contrun neonfuz];
};
}