aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/milu
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:53:40 -0700
committerMatthew Bauer <mjbauer95@gmail.com>2017-08-17 14:53:40 -0700
commit99c868c0103611c4286b8a612ec793b2d9d66885 (patch)
tree422325352e0525d7bcd9b630f1f5cbe34dd0a471 /pkgs/applications/misc/milu
parent20b9c32856f78edd1ec06d28f0d9297b440e68bf (diff)
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)
Diffstat (limited to 'pkgs/applications/misc/milu')
-rw-r--r--pkgs/applications/misc/milu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/milu/default.nix b/pkgs/applications/misc/milu/default.nix
index b8ccbe77cf5b..9f98376a51bc 100644
--- a/pkgs/applications/misc/milu/default.nix
+++ b/pkgs/applications/misc/milu/default.nix
@@ -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 ];