From 44c22ef8a8376e90b17be2cfa5c44fa69f5e6b02 Mon Sep 17 00:00:00 2001 From: Niklas Hambüchen Date: Mon, 25 Jun 2018 16:51:09 +0200 Subject: consul-alerts: Add `meta` and myself as maintainer --- pkgs/servers/monitoring/consul-alerts/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgs') diff --git a/pkgs/servers/monitoring/consul-alerts/default.nix b/pkgs/servers/monitoring/consul-alerts/default.nix index 7a1422e1e2dd..646a7856788b 100644 --- a/pkgs/servers/monitoring/consul-alerts/default.nix +++ b/pkgs/servers/monitoring/consul-alerts/default.nix @@ -15,4 +15,13 @@ buildGoPackage rec { repo = "consul-alerts"; sha256 = "0dff2cpk3lkgjsh97rvlrpacpka0kwm29691diyvj7lb9ydzlx3r"; }; + + meta = with stdenv.lib; { + description = "An extendable open source continuous integration server"; + homepage = https://github.com/AcalephStorage/consul-alerts; + # As per README + platforms = platforms.linux ++ platforms.freebsd ++ platforms.darwin; + license = licenses.gpl2; + maintainers = with maintainers; [ nh2 ]; + }; } -- cgit 1.4.1