about summary refs log tree commit diff
path: root/pkgs/tools/networking/axel
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-25 17:58:45 +0200
committerGitHub <noreply@github.com>2019-05-25 17:58:45 +0200
commitf5e9f0f44ba85825dcbad315448c4249fe9eb531 (patch)
treed921acfa5058b1fa7db3c05b4062a3a97a22f354 /pkgs/tools/networking/axel
parente73f42be1c3b69c3d36df30f67fb4d98e250204d (diff)
axel: update meta.homepage
alioth.debian.org is gone
Diffstat (limited to 'pkgs/tools/networking/axel')
-rw-r--r--pkgs/tools/networking/axel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/axel/default.nix b/pkgs/tools/networking/axel/default.nix
index 68dfb0898657b..fa435b6c66ada 100644
--- a/pkgs/tools/networking/axel/default.nix
+++ b/pkgs/tools/networking/axel/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Console downloading program with some features for parallel connections for faster downloading";
-    homepage = http://axel.alioth.debian.org/;
+    homepage = "https://github.com/axel-download-accelerator/axel";
     maintainers = with maintainers; [ pSub ];
     platforms = with platforms; linux;
     license = licenses.gpl2;