koreader: add neonfuz as maintainer

This commit is contained in:
Sage Raflik
2020-12-29 01:41:27 +01:00
committed by Matthieu Coudron
parent 5cae53a822
commit 9154eda951
+1 -1
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];
};
}