about summary refs log tree commit diff
path: root/pkgs/development/perl-modules/maatkit
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/perl-modules/maatkit')
-rw-r--r--pkgs/development/perl-modules/maatkit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/perl-modules/maatkit/default.nix b/pkgs/development/perl-modules/maatkit/default.nix
index b30e2f12fc62a..2b412d518c5c3 100644
--- a/pkgs/development/perl-modules/maatkit/default.nix
+++ b/pkgs/development/perl-modules/maatkit/default.nix
@@ -34,7 +34,7 @@ buildPerlPackage rec {
       In addition to MySQL, there is support for PostgreSQL, Memcached, and a
       growing variety of other databases and technologies.
     '';
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     homepage = http://www.maatkit.org/;
   };
 }