0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge pull request #233238 from emilylange/username-change

maintainers: rename indeednotjames to emilylange
This commit is contained in:
pennae 2023-05-21 17:07:05 +02:00 committed by GitHub
commit 727086540f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 16 deletions

View file

@ -123,6 +123,6 @@ in
})
[ "consul-template" "vault-agent" ]);
meta.maintainers = with maintainers; [ indeednotjames tcheronneau ];
meta.maintainers = with maintainers; [ emilylange tcheronneau ];
}

View file

@ -26,7 +26,7 @@ let
supportedDbTypes = [ "mysql" "postgres" "sqlite3" ];
makeGiteaTest = type: nameValuePair type (makeTest {
name = "${giteaPackage.pname}-${type}";
meta.maintainers = with maintainers; [ aanderse indeednotjames kolaente ma27 ];
meta.maintainers = with maintainers; [ aanderse emilylange kolaente ma27 ];
nodes = {
server = { config, pkgs, ... }: {