about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2022-08-21 17:26:38 +0200
committerJanne Heß <janne@hess.ooo>2022-08-21 20:26:48 +0200
commit98716fb27113517c8547e1a6a4e5b4c9d7ddacd8 (patch)
treeda6e55aa2f52e161778cb9da612795812c487fee /pkgs/development/perl-modules
parent3d3188ba0b8bd16ece1303f668d7342c3567eaa0 (diff)
perlPackages: Regenerate metadata (phase 2)
This is the automated phase, fetching stuff from metacpan
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/Percona-Toolkit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/perl-modules/Percona-Toolkit/default.nix b/pkgs/development/perl-modules/Percona-Toolkit/default.nix
index d4726cd807fd8..6a115732e7108 100644
--- a/pkgs/development/perl-modules/Percona-Toolkit/default.nix
+++ b/pkgs/development/perl-modules/Percona-Toolkit/default.nix
@@ -23,10 +23,10 @@ buildPerlPackage rec {
     shortenPerlShebang $(grep -l "/bin/env perl" $out/bin/*)
   '';
 
-  meta = with lib; {
+  meta = {
     description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks";
     homepage = "https://www.percona.com/software/database-tools/percona-toolkit";
-    license = with licenses; [ gpl2Only ];
-    maintainers = with maintainers; [ izorkin ];
+    license = with lib.licenses; [ gpl2Only ];
+    maintainers = with lib.maintainers; [ izorkin ];
   };
 }