about summary refs log tree commit diff
path: root/pkgs/applications/graphics/gqview/default.nix
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/applications/graphics/gqview/default.nix
parent48d298f85383765664e76b5fb98dd91f2b0d0292 (diff)
treewide:replace http by https when https is a permanent redirection
Diffstat (limited to 'pkgs/applications/graphics/gqview/default.nix')
-rw-r--r--pkgs/applications/graphics/gqview/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix
index 3dbd1e0d77bf2..359cfac72dce2 100644
--- a/pkgs/applications/graphics/gqview/default.nix
+++ b/pkgs/applications/graphics/gqview/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A fast image viewer";
-    homepage = "http://gqview.sourceforge.net";
+    homepage = "https://gqview.sourceforge.net";
     license = licenses.gpl2;
     platforms = platforms.unix;
     maintainers = with maintainers; [ ];