perlPackages: Clarify BSD licenses
This commit is contained in:
parent
c070a09e76
commit
2a1349f14f
1 changed files with 2 additions and 2 deletions
|
@ -3660,7 +3660,7 @@ let
|
||||||
meta = {
|
meta = {
|
||||||
description = "Subroutines for making simple command line scripts";
|
description = "Subroutines for making simple command line scripts";
|
||||||
homepage = "https://github.com/reyjrar/CLI-Helpers";
|
homepage = "https://github.com/reyjrar/CLI-Helpers";
|
||||||
license = with lib.licenses; [ bsd ];
|
license = with lib.licenses; [ bsd3 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25286,7 +25286,7 @@ let
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Convert Markdown syntax to (X)HTML";
|
description = "Convert Markdown syntax to (X)HTML";
|
||||||
license = with lib.licenses; [ bsd ];
|
license = with lib.licenses; [ bsd3 ];
|
||||||
mainProgram = "Markdown.pl";
|
mainProgram = "Markdown.pl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue