containerpilot: add meta information
This commit is contained in:
parent
8f4cadc468
commit
f139efa410
@ -10,4 +10,12 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
goPackagePath = "github.com/joyent/${pname}";
|
goPackagePath = "github.com/joyent/${pname}";
|
||||||
goDeps = ./deps.nix;
|
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 ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user