ntfy-alertmanager: Add meta attributes and minor cleanup

This commit is contained in:
Brian Lee 2024-11-30 20:56:55 -08:00
parent 3e79601b1c
commit 193bef538e
No known key found for this signature in database
GPG Key ID: B9A2C1B025EC2C55

View File

@ -16,12 +16,14 @@ buildGoModule rec {
vendorHash = "sha256-WKImEc7FvZm/6noC2+Lz4g+ASFEuRBE8nzTEDbXaWic=";
meta = with lib; {
description = "A bridge between ntfy and Alertmanager.";
description = "A bridge between ntfy and Alertmanager";
homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
license = licenses.agpl3Only;
mainProgram = "ntfy-alertmanager";
maintainers = with maintainers; [
bleetube
fpletz
];
platforms = platforms.linux;
};
}