Unverified Commit 5bf50749 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.obfsproxy: set license (#516471)

parents 83293946 7f2c301a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
  };
}