summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane/backends/default.nix
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/applications/graphics/sane/backends/default.nix
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/applications/graphics/sane/backends/default.nix')
-rw-r--r--pkgs/applications/graphics/sane/backends/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/backends/default.nix b/pkgs/applications/graphics/sane/backends/default.nix
index 20d5629b83a..4245acf716d 100644
--- a/pkgs/applications/graphics/sane/backends/default.nix
+++ b/pkgs/applications/graphics/sane/backends/default.nix
@@ -5,7 +5,7 @@ callPackage ./generic.nix (args // rec {
   src = fetchurl {
     sha256 = "1j9nbqspaj0rlgalafb5z6r606k0i22kz0rcpd744p176yzlfdr9";
     urls = [
-      "https://alioth.debian.org/frs/download.php/latestfile/176/sane-backends-${version}.tar.gz"
+      "https://alioth-archive.debian.org/releases/sane/sane-backends/${version}/sane-backends-${version}.tar.gz"
     ];
   };
 })