go-ethereum: Clarify lgpl3/gpl3 licenses
This commit is contained in:
parent
3546114189
commit
a47ff5780e
@ -53,7 +53,7 @@ in buildGoModule rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://geth.ethereum.org/";
|
homepage = "https://geth.ethereum.org/";
|
||||||
description = "Official golang implementation of the Ethereum protocol";
|
description = "Official golang implementation of the Ethereum protocol";
|
||||||
license = with licenses; [ lgpl3 gpl3 ];
|
license = with licenses; [ lgpl3Plus gpl3Plus ];
|
||||||
maintainers = with maintainers; [ adisbladis lionello xrelkd RaghavSood ];
|
maintainers = with maintainers; [ adisbladis lionello xrelkd RaghavSood ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user