solc: add maintainer @dbrock

This commit is contained in:
Daniel Brockman
2016-08-17 23:31:20 +02:00
parent 058ab3bf70
commit 6999aad158
2 changed files with 2 additions and 0 deletions
@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
longDescription = "This package also includes `lllc', the LLL compiler.";
homepage = https://github.com/ethereum/solidity;
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.dbrock ];
inherit version;
};
}