From 38e3ba535a4dd457888cf5f33cca375bef17cf94 Mon Sep 17 00:00:00 2001 From: David Terry Date: Tue, 4 May 2021 12:59:54 +0200 Subject: [PATCH] turbo-geth: clarify gpl variants --- pkgs/applications/blockchains/turbo-geth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/blockchains/turbo-geth.nix b/pkgs/applications/blockchains/turbo-geth.nix index 395268b5249..a43feff97a3 100644 --- a/pkgs/applications/blockchains/turbo-geth.nix +++ b/pkgs/applications/blockchains/turbo-geth.nix @@ -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 ]; }; }