Unverified Commit e36bc513 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #230738 from fetsorn/typo/mydumper

mydumper: fix typo
parents e16fcdc8 f0397a31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;