about summary refs log tree commit diff
path: root/pkgs/development/tools/guile/g-wrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/guile/g-wrap/default.nix')
-rw-r--r--pkgs/development/tools/guile/g-wrap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/guile/g-wrap/default.nix b/pkgs/development/tools/guile/g-wrap/default.nix
index 80c9ce3d432d..78f2e967123b 100644
--- a/pkgs/development/tools/guile/g-wrap/default.nix
+++ b/pkgs/development/tools/guile/g-wrap/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
       inter-language calls.  It currently only supports generating Guile
       wrappers for C functions.
     '';
-    homepage = "http://www.nongnu.org/g-wrap/";
+    homepage = "https://www.nongnu.org/g-wrap/";
     license = licenses.lgpl2Plus;
     maintainers = with maintainers; [ vyp ];
     platforms = platforms.linux;