aerogramme: add updateScript and NGI team (#422291)

This commit is contained in:
Aleksana
2025-07-05 00:33:27 +08:00
committed by GitHub
+4
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchgit,
nix-update-script,
pkg-config,
openssl,
}:
@@ -35,11 +36,14 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Encrypted e-mail storage over Garage";
homepage = "https://aerogramme.deuxfleurs.fr/";
license = lib.licenses.eupl12;
maintainers = with lib.maintainers; [ supinie ];
teams = with lib.teams; [ ngi ];
mainProgram = "aerogramme";
platforms = lib.platforms.linux;
};