From 2a1349f14f3f38dbc41f7734056acd41b8ebc302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20He=C3=9F?= Date: Mon, 22 Aug 2022 12:02:19 +0200 Subject: [PATCH] perlPackages: Clarify BSD licenses --- pkgs/top-level/perl-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; };