Merge pull request #37752 from ryantm/fix-urls

treewide: use more HTTPS URLs
This commit is contained in:
Matthew Justin Bauer
2018-03-25 00:40:17 -05:00
committed by GitHub
91 changed files with 139 additions and 139 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ self = stdenv.mkDerivation rec {
};
meta = {
homepage = http://www.mysql.com/;
homepage = https://www.mysql.com/;
description = "The world's most popular open source database";
platforms = stdenv.lib.platforms.unix;
};