nixos/vaultwarden: set meta.maintainers to package maintainer

This commit is contained in:
Sandro Jäckel 2024-03-02 20:10:42 +01:00
parent b9cf1b5bf2
commit 06a6371247
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -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 ];
};
}