maintainers: add gcleroux

This commit is contained in:
Guillaume Cléroux 2024-05-14 22:06:53 -04:00
parent e94e4b5396
commit dbd1d2f891
2 changed files with 10 additions and 1 deletions

View File

@ -7218,6 +7218,12 @@
githubId = 37017396;
name = "gbtb";
};
gcleroux = {
email = "guillaume@cleroux.dev";
github = "gcleroux";
githubId = 73357644;
name = "Guillaume Cléroux";
};
gdamjan = {
email = "gdamjan@gmail.com";
matrix = "@gdamjan:spodeli.org";

View File

@ -51,7 +51,10 @@ appimageTools.wrapAppImage rec {
changelog = "https://github.com/Dygmalab/Bazecor/releases/tag/v${version}";
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ amesgen ];
maintainers = with lib.maintainers; [
amesgen
gcleroux
];
platforms = [ "x86_64-linux" ];
mainProgram = "bazecor";
};