···2424 '';
25252626 meta = with lib; {
2727- description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks.";
2727+ description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks";
2828 homepage = "https://www.percona.com/software/database-tools/percona-toolkit";
2929- license = with licenses; [ gpl2 ];
2929+ license = with licenses; [ gpl2Only ];
3030 maintainers = with maintainers; [ izorkin ];
3131 };
3232}
+2-2
pkgs/development/perl-modules/Po4a/default.nix
···3030 done
3131 '';
3232 meta = {
3333- homepage = "https://po4a.org/";
3433 description = "Tools for helping translation of documentation";
3535- license = lib.licenses.gpl2;
3434+ homepage = "https://po4a.org";
3535+ license = with lib.licenses; [ gpl2Only ];
3636 };
3737}