diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index ff465aca1701..89cf73ce3264 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -3660,7 +3660,7 @@ let meta = { description = "Subroutines for making simple command line scripts"; homepage = "https://github.com/reyjrar/CLI-Helpers"; - license = with lib.licenses; [ bsd ]; + license = with lib.licenses; [ bsd3 ]; }; }; @@ -25286,7 +25286,7 @@ let ''; meta = { description = "Convert Markdown syntax to (X)HTML"; - license = with lib.licenses; [ bsd ]; + license = with lib.licenses; [ bsd3 ]; mainProgram = "Markdown.pl"; }; };