ethabi: add license
This commit is contained in:
parent
c809cfb197
commit
18cf65ac58
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user