mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
ntfy-alertmanager: Add meta attributes and minor cleanup
This commit is contained in:
parent
3e79601b1c
commit
193bef538e
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user