consul-alerts: Add meta and myself as maintainer

This commit is contained in:
Niklas Hambüchen 2018-06-25 16:51:09 +02:00
parent 574b5365c7
commit 44c22ef8a8

View file

@ -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 ];
};
}