1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 13:57:31 +02:00

docs: add considerate as maintainer

This commit is contained in:
Viktor Kronvall 2023-12-16 15:49:45 +09:00 committed by Mikilio
parent 1ce2f83059
commit f1590a90ea
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F
2 changed files with 8 additions and 0 deletions

View file

@ -61,4 +61,6 @@ in stdenv.mkDerivation {
mkdir -p $out/nix-support/ mkdir -p $out/nix-support/
echo "doc manual $dest index.html" >> $out/nix-support/hydra-build-products echo "doc manual $dest index.html" >> $out/nix-support/hydra-build-products
''; '';
meta = { maintainers = [ lib.maintainers.considerate ]; };
} }

View file

@ -43,6 +43,12 @@
github = "CarlosLoboxyz"; github = "CarlosLoboxyz";
githubId = 86011416; githubId = 86011416;
}; };
considerate = {
name = "Viktor Kronvall";
email = "viktor.kronvall@gmail.com";
github = "considerate";
githubId = 217918;
};
cvoges12 = { cvoges12 = {
name = "Clayton Voges"; name = "Clayton Voges";
email = "38054771+cvoges12@users.noreply.github.com"; email = "38054771+cvoges12@users.noreply.github.com";