mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #79455 from Atemu/maintainers-atemu
Make myself a maintainer
This commit is contained in:
commit
26d618bce2
@ -682,6 +682,12 @@
|
||||
githubId = 192147;
|
||||
name = "aszlig";
|
||||
};
|
||||
atemu = {
|
||||
name = "Atemu";
|
||||
email = "atemu.main+nixpkgs@gmail.com";
|
||||
github = "Atemu";
|
||||
githubId = 18599032;
|
||||
};
|
||||
athas = {
|
||||
email = "athas@sigkill.dk";
|
||||
github = "athas";
|
||||
|
@ -18,7 +18,7 @@ buildGoPackage rec {
|
||||
|
||||
license = licenses.isc;
|
||||
homepage = https://dnscrypt.info/;
|
||||
maintainers = with maintainers; [ waynr ];
|
||||
maintainers = with maintainers; [ atemu waynr ];
|
||||
platforms = with platforms; unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user