go-ethereum: Clarify lgpl3/gpl3 licenses

This commit is contained in:
adisbladis 2021-02-22 00:54:19 +01:00
parent 3546114189
commit a47ff5780e
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -53,7 +53,7 @@ in buildGoModule rec {
meta = with lib; {
homepage = "https://geth.ethereum.org/";
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 ];
};
}