ma pkgs.liveproxy: fix licensing

This commit is contained in:
makefu 2020-03-19 15:18:20 +01:00
parent 2761a90fbb
commit f54afe0cc6
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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. ];
};
}