about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2019-11-22 00:15:58 +0100
committerJon <jonringer@users.noreply.github.com>2019-11-21 15:37:34 -0800
commit0afae5c14b21b9eb0704e7c1a7c32daa743c5f54 (patch)
tree7f6021cd35cf93f3640c95a3a853e16f82a056de /pkgs/tools/filesystems
parente58e0d8ae04e152fffc547bb2fd774e1077e982a (diff)
downloadnixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar.gz
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar.bz2
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar.lz
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar.xz
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.tar.zst
nixlib-0afae5c14b21b9eb0704e7c1a7c32daa743c5f54.zip
Treewide: fix more URL permanent redirects
Related issue: #60004
Previous PR: #73478
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/duff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/duff/default.nix b/pkgs/tools/filesystems/duff/default.nix
index 3981521097a9..d68ad10bd0dc 100644
--- a/pkgs/tools/filesystems/duff/default.nix
+++ b/pkgs/tools/filesystems/duff/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
       Duff is a Unix command-line utility for quickly finding duplicates in
       a given set of files.
     '';
-    homepage = http://duff.dreda.org/;
+    homepage = https://duff.dreda.org/;
     license = licenses.zlib;
     platforms = platforms.all;
   };