maintainers: add galagora
This commit is contained in:
parent
87fb86a9fb
commit
167d5d8c3b
|
@ -2928,6 +2928,12 @@
|
||||||
githubId = 7047019;
|
githubId = 7047019;
|
||||||
name = "Florent Becker";
|
name = "Florent Becker";
|
||||||
};
|
};
|
||||||
|
galagora = {
|
||||||
|
email = "lightningstrikeiv@gmail.com";
|
||||||
|
github = "galagora";
|
||||||
|
githubId = 45048741;
|
||||||
|
name = "Alwanga Oyango";
|
||||||
|
};
|
||||||
gamb = {
|
gamb = {
|
||||||
email = "adam.gamble@pm.me";
|
email = "adam.gamble@pm.me";
|
||||||
github = "gamb";
|
github = "gamb";
|
||||||
|
|
|
@ -198,8 +198,12 @@ in runCommand
|
||||||
# binaries are also distributed as proprietary software (unlike the
|
# binaries are also distributed as proprietary software (unlike the
|
||||||
# source-code itself).
|
# source-code itself).
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
maintainers = with maintainers; ([ ]
|
maintainers = with maintainers; rec {
|
||||||
++ optional (channel == "stable") primeos);
|
stable = [ primeos ];
|
||||||
|
beta = [ galagora ];
|
||||||
|
canary = [ ];
|
||||||
|
dev = canary;
|
||||||
|
}."${channel}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue