perlPackages: Regenerate metadata (phase 2)

This is the automated phase, fetching stuff from metacpan
This commit is contained in:
Janne Heß
2022-08-21 20:26:48 +02:00
parent 3d3188ba0b
commit 98716fb271
2 changed files with 1194 additions and 832 deletions
@@ -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 ];
};
}
File diff suppressed because it is too large Load Diff