mydumper: fix typo

"perfomance" -> "performance"
This commit is contained in:
fetsorn 2023-05-08 21:23:34 +04:00
parent bb34b50cea
commit f0397a3180

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
description = "High-perfomance MySQL backup tool";
description = "High-performance MySQL backup tool";
homepage = "https://github.com/maxbube/mydumper";
changelog = "https://github.com/mydumper/mydumper/releases/tag/v${version}";
license = licenses.gpl3Plus;