diff --git a/pkgs/by-name/ku/kubo-migrator-unwrapped/package.nix b/pkgs/by-name/ku/kubo-migrator-unwrapped/package.nix index 6a47f45426c2..4734a263459e 100644 --- a/pkgs/by-name/ku/kubo-migrator-unwrapped/package.nix +++ b/pkgs/by-name/ku/kubo-migrator-unwrapped/package.nix @@ -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; diff --git a/pkgs/by-name/ku/kubo-migrator/package.nix b/pkgs/by-name/ku/kubo-migrator/package.nix index ad681b9313c5..1ed7290d4b0e 100644 --- a/pkgs/by-name/ku/kubo-migrator/package.nix +++ b/pkgs/by-name/ku/kubo-migrator/package.nix @@ -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"; }; }