readest: add kasifrasi as maintainer (#504520)

This commit is contained in:
Yohann Boniface
2026-03-30 11:24:49 +00:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -13744,6 +13744,12 @@
githubId = 15855440;
name = "Keanu Ashwell";
};
kasifrasi = {
name = "Ardit Abrashi";
github = "Kasifrasi";
githubId = 73264146;
email = "ardit.abrashi03@gmail.com";
};
katanallama = {
github = "katanallama";
githubId = 70604257;
+4 -1
View File
@@ -112,7 +112,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
changelog = "https://github.com/readest/readest/releases/tag/v${finalAttrs.version}";
mainProgram = "readest";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ eljamm ];
maintainers = with lib.maintainers; [
eljamm
kasifrasi
];
platforms = lib.platforms.linux;
};
})