docs: add considerate as maintainer
(cherry picked from commit 07754e935a
)
This commit is contained in:
parent
478e1bd9bb
commit
34ccacf798
|
@ -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 ]; };
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue