vaultwarden: replace maintainer msteen with myself

This commit is contained in:
Sandro Jäckel
2024-02-05 00:55:27 +01:00
parent 4af6bbbd06
commit cc786ff2d0
+1 -1
View File
@@ -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; [ msteen ivan ];
maintainers = with maintainers; [ SuperSandro2000 ivan ];
mainProgram = "vaultwarden";
};
}