consul-alerts: Add meta
and myself as maintainer
This commit is contained in:
parent
574b5365c7
commit
44c22ef8a8
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user