summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-29 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-29 04:20:00 +0000
commit734632e4c122880e7d447436ae550eb6f64cc326 (patch)
treee2a3e6a09bb6590776e77ee348b9d0e4d3c87bb0 /pkgs/tools/networking
parentd9685eb1a34a299863ceac1cb6f79a03e151268c (diff)
downloadnixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar.gz
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar.bz2
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar.lz
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar.xz
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.tar.zst
nixpkgs-734632e4c122880e7d447436ae550eb6f64cc326.zip
obfs4: update meta
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/obfs4/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/networking/obfs4/default.nix b/pkgs/tools/networking/obfs4/default.nix
index 3ad712f1774..8eb3e8f55d0 100644
--- a/pkgs/tools/networking/obfs4/default.nix
+++ b/pkgs/tools/networking/obfs4/default.nix
@@ -30,11 +30,10 @@ buildGoModule rec {
       specification, and its modular architecture allows it to support
       multiple pluggable transports.
     '';
-    homepage = "https://www.torproject.org/projects/obfsproxy";
+    homepage = "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4";
     maintainers = with maintainers; [ thoughtpolice ];
     mainProgram = "obfs4proxy";
-    changelog = "https://gitweb.torproject.org/pluggable-transports/obfs4.git/plain/ChangeLog";
-    downloadPage = "https://gitweb.torproject.org/pluggable-transports/obfs4.git/";
+    changelog = "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/obfs4/-/raw/${src.rev}/ChangeLog";
     license = with lib.licenses; [ bsd2 bsd3 gpl3 ];
   };
 }