···2323 doCheck = false;24242525 meta = {2626- description = "Run the appripriate migrations for migrating the filesystem repository of Kubo (migrations not included)";2626+ description = "Run the appropriate migrations for migrating the filesystem repository of Kubo (migrations not included)";2727 homepage = "https://github.com/ipfs/fs-repo-migrations";2828 license = lib.licenses.mit;2929 platforms = lib.platforms.unix;
+1-1
pkgs/by-name/ku/kubo-migrator/package.nix
···2121 '';22222323 meta = kubo-migrator-unwrapped.meta // {2424- description = "Run the appripriate migrations for migrating the filesystem repository of Kubo";2424+ description = "Run the appropriate migrations for migrating the filesystem repository of Kubo";2525 };2626}