go-ethereum: fix incorrect license
Cf. upstream at https://github.com/ethereum/go-ethereum/blob/master/README.md#license
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user