about summary refs log tree commit diff
path: root/pkgs/development/tools/guile
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:32:32 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:21:04 +0100
commita04a512f343ccdb50068f61954f50ae9ad701460 (patch)
tree4e5678d520725a175d8b943a955354b6976684cd /pkgs/development/tools/guile
parent947be9e99238b959361e0bd49648a8d386408e9d (diff)
Treewide: use HTTPS on NonGNU domains
Diffstat (limited to 'pkgs/development/tools/guile')
-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 80c9ce3d432d0..78f2e967123bd 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;