Treewide: use HTTPS on NonGNU domains

This commit is contained in:
c0bw3b
2018-12-01 18:32:32 +01:00
parent 947be9e992
commit a04a512f34
48 changed files with 54 additions and 54 deletions

View File

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