kubo-migrator: fix typo in description (#368109)

This commit is contained in:
Gaétan Lepage
2024-12-25 21:02:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ buildGoModule rec {
doCheck = false;
meta = {
description = "Run the appripriate migrations for migrating the filesystem repository of Kubo (migrations not included)";
description = "Run the appropriate migrations for migrating the filesystem repository of Kubo (migrations not included)";
homepage = "https://github.com/ipfs/fs-repo-migrations";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
+1 -1
View File
@@ -21,6 +21,6 @@ buildEnv {
'';
meta = kubo-migrator-unwrapped.meta // {
description = "Run the appripriate migrations for migrating the filesystem repository of Kubo";
description = "Run the appropriate migrations for migrating the filesystem repository of Kubo";
};
}