1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

docs: add considerate as maintainer

This commit is contained in:
Viktor Kronvall 2023-12-16 15:49:45 +09:00
parent 6c82b1c9ce
commit 07754e935a
2 changed files with 8 additions and 0 deletions

View file

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