deis: Add derivatin metadata

This commit is contained in:
Jascha Geerds 2016-10-19 11:25:08 +02:00
parent b6a616c0b9
commit c7d9de0e39

View File

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