summary refs log tree commit diff
path: root/pkgs/tools/misc/xstow
diff options
context:
space:
mode:
authorFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:43:38 +0100
committerFerry Jérémie <ferryjeremie@free.fr>2023-02-19 21:47:59 +0100
commitbfac2d0034f395a8dbcd7eabe633e68757c3f1c9 (patch)
tree5b817095ef9e367a504bed1c833b2b95744aed39 /pkgs/tools/misc/xstow
parent48d298f85383765664e76b5fb98dd91f2b0d0292 (diff)
downloadnixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.gz
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.bz2
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.lz
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.xz
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.tar.zst
nixpkgs-bfac2d0034f395a8dbcd7eabe633e68757c3f1c9.zip
treewide:replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/tools/misc/xstow')
-rw-r--r--pkgs/tools/misc/xstow/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/xstow/default.nix b/pkgs/tools/misc/xstow/default.nix
index c46bef50caf..694634cf0bf 100644
--- a/pkgs/tools/misc/xstow/default.nix
+++ b/pkgs/tools/misc/xstow/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     broken = stdenv.isDarwin;
     description = "A replacement of GNU Stow written in C++";
-    homepage = "http://xstow.sourceforge.net";
+    homepage = "https://xstow.sourceforge.net";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ nzbr ];
     platforms = platforms.unix;