mysqltuner: fix meta.homepage

This commit is contained in:
Ben Siraphob
2021-12-31 11:17:07 -08:00
committed by Jonathan Ringer
parent 42e649dbb9
commit e034dfaa30
+1 -1
View File
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Make recommendations for increased performance and stability of MariaDB/MySQL";
homepage = "http://mysqltuner.com";
homepage = "https://mysqltuner.com/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ peterhoeg shamilton ];
};