Treewide: use https for SourceForge
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ raskin ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.bsd3;
|
||||
downloadPage = "http://sourceforge.net/projects/ipmiutil/files/ipmiutil/";
|
||||
downloadPage = "https://sourceforge.net/projects/ipmiutil/files/ipmiutil/";
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/ipmiutil/files/
|
||||
url https://sourceforge.net/projects/ipmiutil/files/
|
||||
SF_version_tarball
|
||||
SF_redirect
|
||||
minimize_overwrite
|
||||
|
||||
@@ -7,7 +7,7 @@ let
|
||||
dbrev = "4548";
|
||||
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
||||
driverdb = fetchurl {
|
||||
url = "http://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
||||
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
||||
sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f";
|
||||
name = "smartmontools-drivedb.h";
|
||||
};
|
||||
@@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tools for monitoring the health of hard drives";
|
||||
homepage = http://smartmontools.sourceforge.net/;
|
||||
homepage = https://www.smartmontools.org/;
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ peti ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
|
||||
Reference in New Issue
Block a user