perlPackages: Clarify BSD licenses

This commit is contained in:
Janne Heß 2022-08-22 12:02:19 +02:00
parent c070a09e76
commit 2a1349f14f
No known key found for this signature in database
GPG key ID: 69165158F05265DF

View file

@ -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";
};
};