Skip to content

Commit 193bef5

Browse files
committed
ntfy-alertmanager: Add meta attributes and minor cleanup
1 parent 3e79601 commit 193bef5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/by-name/nt/ntfy-alertmanager/package.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ buildGoModule rec {
1616
vendorHash = "sha256-WKImEc7FvZm/6noC2+Lz4g+ASFEuRBE8nzTEDbXaWic=";
1717

1818
meta = with lib; {
19-
description = "A bridge between ntfy and Alertmanager.";
19+
description = "A bridge between ntfy and Alertmanager";
2020
homepage = "https://git.xenrox.net/~xenrox/ntfy-alertmanager";
2121
license = licenses.agpl3Only;
22+
mainProgram = "ntfy-alertmanager";
2223
maintainers = with maintainers; [
2324
bleetube
2425
fpletz
2526
];
27+
platforms = platforms.linux;
2628
};
2729
}

0 commit comments

Comments
 (0)