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

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
makeFlags = "prefix=$(out)";
meta = with stdenv.lib; {
homepage = http://www.nongnu.org/dmidecode/;
homepage = https://www.nongnu.org/dmidecode/;
description = "A tool that reads information about your system's hardware from the BIOS according to the SMBIOS/DMI standard";
license = licenses.gpl2Plus;
platforms = platforms.linux;