perlPackages: Regenerate metadata (phase 2)
This is the automated phase, fetching stuff from metacpan
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
+1191
-829
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user