summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum.nix
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-02-22 00:54:19 +0100
committeradisbladis <adisbladis@gmail.com>2021-02-22 00:54:19 +0100
commita47ff5780ee6fdf59cc645b4b295775acd5261b7 (patch)
treed3619c074b3ab9f3d8fff7c74b868f9e46de45ed /pkgs/applications/blockchains/go-ethereum.nix
parent35461141898fcf83892fbbf607bfff0284118cf9 (diff)
downloadnixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar.gz
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar.bz2
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar.lz
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar.xz
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.tar.zst
nixpkgs-a47ff5780ee6fdf59cc645b4b295775acd5261b7.zip
go-ethereum: Clarify lgpl3/gpl3 licenses
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum.nix')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 2513303cf29..dd3904b27cb 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -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 ];
   };
 }