summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-14 02:41:39 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-14 03:35:21 +0200
commit388a4ef42345775a85d823597dadf25d4f0a5209 (patch)
treee6b26c2c2b443425503f9835d5e26940012b2aaa /pkgs/applications/graphics
parent5e9429689a988bac273a98b3f85cb71d1aa15eb0 (diff)
downloadnixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar.gz
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar.bz2
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar.lz
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar.xz
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.tar.zst
nixpkgs-388a4ef42345775a85d823597dadf25d4f0a5209.zip
treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index f7f1e17be22..a83070e5e6b 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   patches = [
     # Fixes build with exiv2 0.27.1
     (fetchpatch {
-      url = "https://git.archlinux.org/svntogit/community.git/plain/trunk/hugin-exiv2-0.27.1.patch?h=packages/hugin";
+      url = "https://raw.githubusercontent.com/archlinux/svntogit-community/0467d8ba362b9c196e4c1dc4be7de0c1b336335b/hugin/trunk/hugin-exiv2-0.27.1.patch";
       sha256 = "1yxvlpvrhyrfd2w6kwx1w3mncsvlzdhp0w7xchy8q6kc2kd5nf7r";
     })
   ];