From cd1cf641441a2fab192f2cd3574a4924014184cf Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Tue, 4 Feb 2025 12:37:22 +0100 Subject: [PATCH] go-ethereum: fix incorrect license Cf. upstream at https://github.com/ethereum/go-ethereum/blob/master/README.md#license --- pkgs/by-name/go/go-ethereum/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/go/go-ethereum/package.nix b/pkgs/by-name/go/go-ethereum/package.nix index bd9a740f73d4..abff2184e684 100644 --- a/pkgs/by-name/go/go-ethereum/package.nix +++ b/pkgs/by-name/go/go-ethereum/package.nix @@ -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";