gx: add missing meta

This commit is contained in:
zimbatm 2016-06-19 13:44:37 +01:00
parent 9988488fc6
commit da253439ed
2 changed files with 14 additions and 0 deletions

View File

@ -20,4 +20,11 @@ buildGoPackage rec {
'';
goDeps = ./deps.json;
meta = with stdenv.lib; {
description = "A packaging tool built around IPFS";
homepage = https://github.com/whyrusleeping/gx;
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
};
}

View File

@ -24,4 +24,11 @@ buildGoPackage rec {
src = gx.src;
}
];
meta = with stdenv.lib; {
description = "A tool for importing go packages into gx";
homepage = https://github.com/whyrusleeping/gx-go;
license = licenses.mit;
maintainer = with maintainers; [ zimbatm ];
};
}