mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 09:28:21 +00:00
deis: Add derivatin metadata
This commit is contained in:
parent
b6a616c0b9
commit
c7d9de0e39
@ -24,4 +24,14 @@ buildGoPackage rec {
|
||||
preBuild = ''
|
||||
export GOPATH=$GOPATH:$NIX_BUILD_TOP/go/src/${goPackagePath}/Godeps/_workspace
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://deis.io;
|
||||
description = "A command line utility used to interact with the Deis open source PaaS.";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
jgeerds
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user