mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
vaultwarden: drop inactive maintainer, vaultwarden.webvault: inherit maintainers from main package
This commit is contained in:
parent
4264ded76e
commit
b9cf1b5bf2
@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dani-garcia/vaultwarden";
|
||||
changelog = "https://github.com/dani-garcia/vaultwarden/releases/tag/${version}";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ivan ];
|
||||
maintainers = with maintainers; [ dotlambda SuperSandro2000 ];
|
||||
mainProgram = "vaultwarden";
|
||||
};
|
||||
}
|
||||
|
@ -69,6 +69,6 @@ in buildNpmPackage rec {
|
||||
changelog = "https://github.com/dani-garcia/bw_web_builds/releases/tag/v${version}";
|
||||
platforms = platforms.all;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dotlambda msteen mic92 ];
|
||||
inherit (vaultwarden.meta) maintainers;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user