Skip to content

Commit cd1cf64

Browse files
committed
go-ethereum: fix incorrect license
Cf. upstream at https://github.com/ethereum/go-ethereum/blob/master/README.md#license
1 parent de91341 commit cd1cf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/go-ethereum/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ buildGoModule rec {
7272
homepage = "https://geth.ethereum.org/";
7373
description = "Official golang implementation of the Ethereum protocol";
7474
license = with licenses; [
75-
lgpl3Plus
76-
gpl3Plus
75+
lgpl3Only
76+
gpl3Only
7777
];
7878
maintainers = with maintainers; [ RaghavSood ];
7979
mainProgram = "geth";

0 commit comments

Comments
 (0)