containerpilot: add meta information

This commit is contained in:
Phillip Cloud 2021-01-20 12:10:20 -05:00
parent 8f4cadc468
commit f139efa410

View File

@ -10,4 +10,12 @@ buildGoPackage rec {
};
goPackagePath = "github.com/joyent/${pname}";
goDeps = ./deps.nix;
meta = with lib; {
homepage = "https://www.joyent.com/containerpilot";
description = "An application centric micro-orchestrator.";
platforms = platforms.unix;
license = licenses.mpl20;
maintainers = with maintainers; [ cpcloud ];
};
}