From 7cda3b3042a927429580a867fb485860296747a6 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 22 Jul 2018 16:57:28 +0200 Subject: [PATCH] xurls: add license see issue #43716 --- pkgs/tools/text/xurls/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/text/xurls/default.nix b/pkgs/tools/text/xurls/default.nix index 6389bef5b330..5e3f87828529 100644 --- a/pkgs/tools/text/xurls/default.nix +++ b/pkgs/tools/text/xurls/default.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation rec { homepage = https://github.com/mvdan/xurls; maintainers = with maintainers; [ koral ndowens ]; platforms = platforms.unix; + license = licenses.bsd3; }; }