about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-07-05 18:35:28 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-07-05 18:35:28 -0700
commit7937f8266574f8fc65592feee9706b5468cfff4e (patch)
tree75b25cf87d2584e1b55b1c0709d486e186c3c50a /pkgs/development/tools
parent5c271db791c1538c5cbcbb8845e0fa0f1e1abfd8 (diff)
downloadnixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar.gz
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar.bz2
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar.lz
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar.xz
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.tar.zst
nixlib-7937f8266574f8fc65592feee9706b5468cfff4e.zip
treewide: http -> https
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/misc/gob2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/gob2/default.nix b/pkgs/development/tools/misc/gob2/default.nix
index 73c9021c5e9f..17aa3214ebcc 100644
--- a/pkgs/development/tools/misc/gob2/default.nix
+++ b/pkgs/development/tools/misc/gob2/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "Preprocessor for making GObjects with inline C code";
-    homepage = http://www.jirka.org/gob.html;
+    homepage = https://www.jirka.org/gob.html;
     license = stdenv.lib.licenses.gpl2Plus;
     platforms = stdenv.lib.platforms.unix;
   };