Merge pull request #79455 from Atemu/maintainers-atemu

Make myself a maintainer
This commit is contained in:
worldofpeace
2020-02-08 09:31:40 -05:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -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";

View File

@@ -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;
};
}