mysqltuner: fix meta.homepage

This commit is contained in:
Ben Siraphob 2022-01-01 01:48:50 +07:00 committed by Jonathan Ringer
parent 42e649dbb9
commit e034dfaa30

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 ];
};