summary refs log tree commit diff
path: root/pkgs/tools/system/ipmiutil/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ipmiutil/default.nix')
-rw-r--r--pkgs/tools/system/ipmiutil/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ipmiutil/default.nix b/pkgs/tools/system/ipmiutil/default.nix
index 2166a671ab1..d691a86e246 100644
--- a/pkgs/tools/system/ipmiutil/default.nix
+++ b/pkgs/tools/system/ipmiutil/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "An easy-to-use IPMI server management utility";
-    homepage = "http://ipmiutil.sourceforge.net/";
+    homepage = "https://ipmiutil.sourceforge.net/";
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.linux;
     license = licenses.bsd3;