diff options
author | makefu <github@syntax-fehler.de> | 2020-03-19 15:18:20 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-03-19 15:18:20 +0100 |
commit | f54afe0cc6357ede5f9a3ae0cd1acc58d0b66aaf (patch) | |
tree | 39dacc4b31d5a3406dc64bcf659bbb870e3133e1 /makefu/5pkgs/custom/liveproxy/default.nix | |
parent | 2761a90fbb4747a473c792060e258088a1749263 (diff) |
ma pkgs.liveproxy: fix licensing
Diffstat (limited to 'makefu/5pkgs/custom/liveproxy/default.nix')
-rw-r--r-- | makefu/5pkgs/custom/liveproxy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/custom/liveproxy/default.nix b/makefu/5pkgs/custom/liveproxy/default.nix index 195879c89..ba5ddee66 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. ]; }; } |