summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorErik Oosting <erik99.oosting@gmail.com>2020-10-13 18:11:28 +0200
committerGitHub <noreply@github.com>2020-10-13 12:11:28 -0400
commit90321a7bb31f129ce6b0594fa5614c7a83c72528 (patch)
tree578878a3f33b01d151c932caf62c98d11d3ecb36 /pkgs
parenta17c7a99738f54345b209f4202a387063e7612bb (diff)
downloadnixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar.gz
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar.bz2
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar.lz
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar.xz
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.tar.zst
nixpkgs-90321a7bb31f129ce6b0594fa5614c7a83c72528.zip
ut2004demo: fix src URL (#100424)
vlaai.snt.utwente.nl does not exist anymore and has been replaced by
ftp.snt.utwente.nl. Actually it has been this way for quite a while...
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/games/ut2004/demo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ut2004/demo.nix b/pkgs/games/ut2004/demo.nix
index cb7c0208f10..5b501022e2a 100644
--- a/pkgs/games/ut2004/demo.nix
+++ b/pkgs/games/ut2004/demo.nix
@@ -11,7 +11,7 @@ in stdenv.mkDerivation rec {
   version = "3334";
 
   src = fetchurl {
-    url = "http://vlaai.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz";
+    url = "http://ftp.snt.utwente.nl/pub/games/UT2004/demo/UT2004-LNX-Demo${version}.run.gz";
     sha256 = "0d5f84qz8l1rg16yzx2k4ikr46n9iwj68na1bqi87wrww7ck6jh7";
   };