···1516 doCheck = false; # TODO: almost all tests fail ... is this a real problem?
1718- meta = with lib; {
019 homepage = "https://github.com/BIC-MNI/mni-perllib";
20- license = with licenses; [ artistic1 gpl1Plus ];
21- maintainers = with maintainers; [ bcdarwin ];
22 };
23}
···1516 doCheck = false; # TODO: almost all tests fail ... is this a real problem?
1718+ meta = {
19+ description = "MNI MINC perllib (not used much anymore)";
20 homepage = "https://github.com/BIC-MNI/mni-perllib";
21+ license = with lib.licenses; [ artistic1 gpl1Plus ];
22+ maintainers = with lib.maintainers; [ bcdarwin ];
23 };
24}
···24 '';
2526 meta = with lib; {
27- description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks.";
28 homepage = "https://www.percona.com/software/database-tools/percona-toolkit";
29- license = with licenses; [ gpl2 ];
30 maintainers = with maintainers; [ izorkin ];
31 };
32}
···24 '';
2526 meta = with lib; {
27+ description = "Collection of advanced command-line tools to perform a variety of MySQL and system tasks";
28 homepage = "https://www.percona.com/software/database-tools/percona-toolkit";
29+ license = with licenses; [ gpl2Only ];
30 maintainers = with maintainers; [ izorkin ];
31 };
32}
+2-2
pkgs/development/perl-modules/Po4a/default.nix
···30 done
31 '';
32 meta = {
33- homepage = "https://po4a.org/";
34 description = "Tools for helping translation of documentation";
35- license = lib.licenses.gpl2;
036 };
37}
···30 done
31 '';
32 meta = {
033 description = "Tools for helping translation of documentation";
34+ homepage = "https://po4a.org";
35+ license = with lib.licenses; [ gpl2Only ];
36 };
37}