kubo-migrator: fix typo in description (#368109)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user