posting: add fullmetalsheep to maintainers (#407449)

This commit is contained in:
Yohann Boniface 2025-05-16 11:34:37 +02:00 committed by GitHub
commit 29da76297f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

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";

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