turbo-geth: clarify gpl variants

This commit is contained in:
David Terry 2021-05-04 12:59:54 +02:00
parent 657752181e
commit 38e3ba535a
No known key found for this signature in database
GPG key ID: D1920031620D057E

View file

@ -24,7 +24,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/ledgerwatch/turbo-geth/";
description = "Ethereum node and geth fork focused on scalability and modularity";
license = with licenses; [ lgpl3 gpl3 ];
license = with licenses; [ lgpl3Plus gpl3Plus ];
maintainers = with maintainers; [ xwvvvvwx ];
};
}