nixos/vaultwarden: set meta.maintainers to package maintainer
This commit is contained in:
parent
b9cf1b5bf2
commit
06a6371247
@ -237,6 +237,9 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
# uses attributes of the linked package
|
||||
meta.buildDocsInSandbox = false;
|
||||
meta = {
|
||||
# uses attributes of the linked package
|
||||
buildDocsInSandbox = false;
|
||||
maintainers = with lib.maintainers; [ dotlambda SuperSandro2000 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user