about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graph-easy
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-09-29 10:54:21 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-09-29 10:54:21 +0200
commit870d6f4a98f19374d1188006574b8d55ca4a6547 (patch)
tree0015642733b26002f639a951a98ae3d0a92b441f /pkgs/tools/graphics/graph-easy
parent979a581e102a1f072f91ac3ca8a415b181e828e4 (diff)
licenses: remove gpl1
Diffstat (limited to 'pkgs/tools/graphics/graph-easy')
-rw-r--r--pkgs/tools/graphics/graph-easy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/graph-easy/default.nix b/pkgs/tools/graphics/graph-easy/default.nix
index 341d6dea90ac9..b12a56c963e96 100644
--- a/pkgs/tools/graphics/graph-easy/default.nix
+++ b/pkgs/tools/graphics/graph-easy/default.nix
@@ -10,7 +10,7 @@ perlPackages.buildPerlPackage {
 
   meta = with lib; {
     description = "Render/convert graphs in/from various formats";
-    license = licenses.gpl1;
+    license = licenses.gpl1Only;
     platforms = platforms.unix;
     maintainers = [ maintainers.jensbin ];
   };