Commit 7f2c301a authored by jopejoe1's avatar jopejoe1
Browse files

python3Packages.obfsproxy: set license

source: $src/LICENSE
parent ba81fb35
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;
  };
}