posting: add fullmetalsheep to maintainers (#407449)

This commit is contained in:
Yohann Boniface
2025-05-16 11:34:37 +02:00
committed by GitHub
2 changed files with 10 additions and 1 deletions
+6
View File
@@ -8564,6 +8564,12 @@
githubId = 21362942;
name = "Fugi";
};
fullmetalsheep = {
email = "fullmetalsheep@proton.me";
github = "fullmetalsheep";
githubId = 23723926;
name = "Dash R";
};
funkeleinhorn = {
email = "git@funkeleinhorn.com";
github = "funkeleinhorn";
+4 -1
View File
@@ -55,7 +55,10 @@ python3Packages.buildPythonApplication rec {
homepage = "https://posting.sh/";
changelog = "https://github.com/darrenburns/posting/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ jorikvanveen ];
maintainers = with lib.maintainers; [
jorikvanveen
fullmetalsheep
];
platforms = lib.platforms.unix;
};
}