python3Packages.obfsproxy: set license (#516471)

This commit is contained in:
Sandro
2026-05-04 12:11:09 +00:00
committed by GitHub
@@ -38,5 +38,6 @@ buildPythonPackage rec {
description = "Pluggable transport proxy";
homepage = "https://www.torproject.org/projects/obfsproxy";
maintainers = with lib.maintainers; [ thoughtpolice ];
license = lib.licenses.bsd3;
};
}