posting: add fullmetalsheep to maintainers (#407449)
This commit is contained in:
commit
29da76297f
@ -8564,6 +8564,12 @@
|
|||||||
githubId = 21362942;
|
githubId = 21362942;
|
||||||
name = "Fugi";
|
name = "Fugi";
|
||||||
};
|
};
|
||||||
|
fullmetalsheep = {
|
||||||
|
email = "fullmetalsheep@proton.me";
|
||||||
|
github = "fullmetalsheep";
|
||||||
|
githubId = 23723926;
|
||||||
|
name = "Dash R";
|
||||||
|
};
|
||||||
funkeleinhorn = {
|
funkeleinhorn = {
|
||||||
email = "git@funkeleinhorn.com";
|
email = "git@funkeleinhorn.com";
|
||||||
github = "funkeleinhorn";
|
github = "funkeleinhorn";
|
||||||
|
|||||||
@ -55,7 +55,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
homepage = "https://posting.sh/";
|
homepage = "https://posting.sh/";
|
||||||
changelog = "https://github.com/darrenburns/posting/releases/tag/${src.tag}";
|
changelog = "https://github.com/darrenburns/posting/releases/tag/${src.tag}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ jorikvanveen ];
|
maintainers = with lib.maintainers; [
|
||||||
|
jorikvanveen
|
||||||
|
fullmetalsheep
|
||||||
|
];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user