Merge pull request #254922 from nbraud/nixos/maintainer-nicoo

This commit is contained in:
Maciej Krüger 2023-09-15 14:34:36 +02:00 committed by GitHub
commit 11eae28c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -44,5 +44,8 @@ in {
};
# uses attributes of the linked package
meta.buildDocsInSandbox = false;
meta = {
buildDocsInSandbox = false;
maintainers = with lib.maintainers; [ nicoo ];
};
}

View file

@ -103,4 +103,6 @@ in {
};
};
};
meta.maintainers = with lib.maintainers; [ nicoo ];
}