We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e79601 commit 193bef5Copy full SHA for 193bef5
pkgs/by-name/nt/ntfy-alertmanager/package.nix
@@ -16,12 +16,14 @@ buildGoModule rec {
16
vendorHash = "sha256-WKImEc7FvZm/6noC2+Lz4g+ASFEuRBE8nzTEDbXaWic=";
17
18
meta = with lib; {
19
- description = "A bridge between ntfy and Alertmanager.";
+ description = "A bridge between ntfy and Alertmanager";
20
homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
21
license = licenses.agpl3Only;
22
+ mainProgram = "ntfy-alertmanager";
23
maintainers = with maintainers; [
24
bleetube
25
fpletz
26
];
27
+ platforms = platforms.linux;
28
};
29
}
0 commit comments