summaryrefslogtreecommitdiffstats
path: root/makefu/5pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/5pkgs')
-rw-r--r--makefu/5pkgs/custom/liveproxy/default.nix2
1 files changed, 1 insertions, 1 deletions
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. ];
};
}