summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl/0_0_22.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gegl/0_0_22.nix')
-rw-r--r--pkgs/development/libraries/gegl/0_0_22.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gegl/0_0_22.nix b/pkgs/development/libraries/gegl/0_0_22.nix
index b2f2e85a1ea..3f9a619ff6a 100644
--- a/pkgs/development/libraries/gegl/0_0_22.nix
+++ b/pkgs/development/libraries/gegl/0_0_22.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation {
   meta = {
     description = "Graph-based image processing framework";
     homepage = http://www.gegl.org;
-    license = "GPL3";
+    license = stdenv.lib.licenses.gpl3;
   };
 }