summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Terry <me@xwvvvvwx.com>2021-05-04 12:59:54 +0200
committerDavid Terry <me@xwvvvvwx.com>2021-05-04 12:59:54 +0200
commit38e3ba535a4dd457888cf5f33cca375bef17cf94 (patch)
tree8d3c2a8203b2e7f49c31e01de7f86afe027aeefb
parent657752181e76155a1fdfd369851dbeddec10c361 (diff)
downloadnixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar.gz
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar.bz2
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar.lz
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar.xz
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.tar.zst
nixpkgs-38e3ba535a4dd457888cf5f33cca375bef17cf94.zip
turbo-geth: clarify gpl variants
-rw-r--r--pkgs/applications/blockchains/turbo-geth.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }