use https://github.com for all homepages

GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
This commit is contained in:
Matthew Bauer
2017-08-17 14:53:40 -07:00
parent 20b9c32856
commit 99c868c010
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Higher Order Mutation Testing Tool for C and C++ programs";
homepage = http://github.com/yuejia/Milu;
homepage = https://github.com/yuejia/Milu;
license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.vrthra ];