ethabi: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 14:04:59 +02:00
parent c809cfb197
commit 18cf65ac58

View File

@@ -17,10 +17,11 @@ buildRustPackage rec {
cargoBuildFlags = ["--features cli"];
meta = {
meta = with stdenv.lib; {
description = "Ethereum function call encoding (ABI) utility";
homepage = https://github.com/ethcore/ethabi/;
maintainers = [stdenv.lib.maintainers.dbrock];
maintainers = [ maintainers.dbrock ];
license = licenses.gpl3;
inherit version;
};
}