summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/numdiff
diff options
context:
space:
mode:
authorc0bw3b <c0bw3b@users.noreply.github.com>2018-12-01 18:32:32 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2018-12-02 15:21:04 +0100
commita04a512f343ccdb50068f61954f50ae9ad701460 (patch)
tree4e5678d520725a175d8b943a955354b6976684cd /pkgs/tools/text/numdiff
parent947be9e99238b959361e0bd49648a8d386408e9d (diff)
Treewide: use HTTPS on NonGNU domains
Diffstat (limited to 'pkgs/tools/text/numdiff')
-rw-r--r--pkgs/tools/text/numdiff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/numdiff/default.nix b/pkgs/tools/text/numdiff/default.nix
index 4741fecb90c1..1320f824fdf3 100644
--- a/pkgs/tools/text/numdiff/default.nix
+++ b/pkgs/tools/text/numdiff/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
line by line and field by field, ignoring small numeric differences
or/and different numeric formats
'';
- homepage = http://www.nongnu.org/numdiff/;
+ homepage = https://www.nongnu.org/numdiff/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ndowens ];
platforms = platforms.gnu ++ platforms.linux;