summary refs log tree commit diff
path: root/pkgs/applications/audio/axoloti
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-09-02 08:39:30 +0200
committerGitHub <noreply@github.com>2018-09-02 08:39:30 +0200
commita3434cf4e5a7fc8677058f72858127fbf378ae02 (patch)
treeb2ea49f35f702236b90422fa49cb2cc00447b6ea /pkgs/applications/audio/axoloti
parent3e537206f0897b53bdebf1f6b64d9f6088b73d6d (diff)
parent31725ed5f1d84593b32b94a556f80769429ed05f (diff)
downloadnixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.gz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.bz2
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.lz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.xz
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.tar.zst
nixpkgs-a3434cf4e5a7fc8677058f72858127fbf378ae02.zip
Merge pull request #45921 from markuskowa/homepages
Cleanup homepage links
Diffstat (limited to 'pkgs/applications/audio/axoloti')
-rw-r--r--pkgs/applications/audio/axoloti/dfu-util.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/axoloti/dfu-util.nix b/pkgs/applications/audio/axoloti/dfu-util.nix
index 2076e45de54..07a78260991 100644
--- a/pkgs/applications/audio/axoloti/dfu-util.nix
+++ b/pkgs/applications/audio/axoloti/dfu-util.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
       phones. With dfu-util you are able to download firmware to your device or
       upload firmware from it.
     '';
-    homepage = http://dfu-util.gnumonks.org/;
+    homepage = http://dfu-util.sourceforge.net;
     license = licenses.gpl2Plus;
     platforms = platforms.unix;
     maintainers = [ ];