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

maintainers: rename indeednotjames to emilylange

This commit is contained in:
emilylange 2023-05-21 16:00:44 +02:00
parent 3005f20ce0
commit b0e7f7f5db
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87
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 ];
}