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;
|
githubId = 192147;
|
||||||
name = "aszlig";
|
name = "aszlig";
|
||||||
};
|
};
|
||||||
|
atemu = {
|
||||||
|
name = "Atemu";
|
||||||
|
email = "atemu.main+nixpkgs@gmail.com";
|
||||||
|
github = "Atemu";
|
||||||
|
githubId = 18599032;
|
||||||
|
};
|
||||||
athas = {
|
athas = {
|
||||||
email = "athas@sigkill.dk";
|
email = "athas@sigkill.dk";
|
||||||
github = "athas";
|
github = "athas";
|
||||||
|
@ -18,7 +18,7 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
license = licenses.isc;
|
license = licenses.isc;
|
||||||
homepage = https://dnscrypt.info/;
|
homepage = https://dnscrypt.info/;
|
||||||
maintainers = with maintainers; [ waynr ];
|
maintainers = with maintainers; [ atemu waynr ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user