mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ethrun: add license
This commit is contained in:
parent
18cf65ac58
commit
733280bb6e
@ -15,10 +15,11 @@ buildRustPackage rec {
|
|||||||
|
|
||||||
cargoSha256 = "14x8pbjgkz0g724lnvd9mi2alqd6fipjljw6xsraf9gqwijn1kn0";
|
cargoSha256 = "14x8pbjgkz0g724lnvd9mi2alqd6fipjljw6xsraf9gqwijn1kn0";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Directly run Ethereum bytecode";
|
description = "Directly run Ethereum bytecode";
|
||||||
homepage = https://github.com/dapphub/ethrun/;
|
homepage = https://github.com/dapphub/ethrun/;
|
||||||
maintainers = [stdenv.lib.maintainers.dbrock];
|
maintainers = [ maintainers.dbrock ];
|
||||||
|
license = licenses.gpl3;
|
||||||
broken = true; # mark temporary as broken
|
broken = true; # mark temporary as broken
|
||||||
inherit version;
|
inherit version;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user