treewide: http -> https

This commit is contained in:
Ryan Mulligan
2018-07-05 18:35:28 -07:00
parent 5c271db791
commit 7937f82665
6 changed files with 6 additions and 6 deletions

View File

@@ -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;
};