ethrun: add license

This commit is contained in:
Markus Kowalewski 2018-09-01 14:06:43 +02:00
parent 18cf65ac58
commit 733280bb6e
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -15,10 +15,11 @@ buildRustPackage rec {
cargoSha256 = "14x8pbjgkz0g724lnvd9mi2alqd6fipjljw6xsraf9gqwijn1kn0";
meta = {
meta = with stdenv.lib; {
description = "Directly run Ethereum bytecode";
homepage = https://github.com/dapphub/ethrun/;
maintainers = [stdenv.lib.maintainers.dbrock];
maintainers = [ maintainers.dbrock ];
license = licenses.gpl3;
broken = true; # mark temporary as broken
inherit version;
};