summary refs log tree commit diff
path: root/pkgs/tools/networking/surfraw
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 11:32:05 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2019-11-16 11:32:05 +0100
commitd811bb1dcb6f977555de5d0fbe9b9a127ef08ab0 (patch)
tree2f8f9766273eea9e7a9bd285e3fa200c280a172a /pkgs/tools/networking/surfraw
parent206c264c7dd885efce2df4807fef6a7f268501ae (diff)
downloadnixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.gz
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.bz2
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.lz
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.xz
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.tar.zst
nixpkgs-d811bb1dcb6f977555de5d0fbe9b9a127ef08ab0.zip
Treewide: replace last refs to alioth.debian.org
Alioth is now offline -> https://wiki.debian.org/Salsa/AliothMigration
Sources moved to other forges (Salsa for example)
Some release tarballs are available on alioth-archive.debian.org
Diffstat (limited to 'pkgs/tools/networking/surfraw')
-rw-r--r--pkgs/tools/networking/surfraw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/surfraw/default.nix b/pkgs/tools/networking/surfraw/default.nix
index d69221d9d50..eac73765300 100644
--- a/pkgs/tools/networking/surfraw/default.nix
+++ b/pkgs/tools/networking/surfraw/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   name = "surfraw-2.3.0";
 
   src = fetchurl {
-    url = "http://surfraw.alioth.debian.org/dist/surfraw-2.3.0.tar.gz";
+    url = "https://gitlab.com/surfraw/Surfraw/uploads/2de827b2786ef2fe43b6f07913ca7b7f/surfraw-2.3.0.tar.gz";
     sha256 = "099nbif0x5cbcf18snc58nx1a3q7z0v9br9p2jiq9pcc7ic2015d";
   };
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   meta = {
     description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
-    homepage = http://surfraw.alioth.debian.org;
+    homepage = https://gitlab.com/surfraw/Surfraw;
     maintainers = [];
     platforms = stdenv.lib.platforms.linux;
     license = stdenv.lib.licenses.publicDomain;