Commit cd1cf641 authored by Lorenzo Manacorda's avatar Lorenzo Manacorda
Browse files

go-ethereum: fix incorrect license

parent de913417
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ buildGoModule rec {
    homepage = "https://geth.ethereum.org/";
    description = "Official golang implementation of the Ethereum protocol";
    license = with licenses; [
      lgpl3Plus
      gpl3Plus
      lgpl3Only
      gpl3Only
    ];
    maintainers = with maintainers; [ RaghavSood ];
    mainProgram = "geth";