From f54afe0cc6357ede5f9a3ae0cd1acc58d0b66aaf Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 19 Mar 2020 15:18:20 +0100 Subject: ma pkgs.liveproxy: fix licensing --- makefu/5pkgs/custom/liveproxy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefu/5pkgs') diff --git a/makefu/5pkgs/custom/liveproxy/default.nix b/makefu/5pkgs/custom/liveproxy/default.nix index 195879c8..ba5ddee6 100644 --- a/makefu/5pkgs/custom/liveproxy/default.nix +++ b/makefu/5pkgs/custom/liveproxy/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { meta = with lib; { description = "LiveProxy is a local Proxyserver between Streamlink and an URL"; homepage = https://github.com/back-to/liveproxy; - license = licenses.BSD 2-Clause "Simplified" License; + license = lib.licenses.bsd2; # maintainers = [ maintainers. ]; }; } -- cgit v1.2.3