Merge pull request #230738 from fetsorn/typo/mydumper

mydumper: fix typo
This commit is contained in:
Weijia Wang 2023-05-08 20:27:58 +03:00 committed by GitHub
commit e36bc513ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;