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

authored by

Gaétan Lepage and committed by
GitHub
e44c7507 0468be62

+2 -2
+1 -1
pkgs/by-name/ku/kubo-migrator-unwrapped/package.nix
··· 23 23 doCheck = false; 24 24 25 25 meta = { 26 - description = "Run the appripriate migrations for migrating the filesystem repository of Kubo (migrations not included)"; 26 + description = "Run the appropriate migrations for migrating the filesystem repository of Kubo (migrations not included)"; 27 27 homepage = "https://github.com/ipfs/fs-repo-migrations"; 28 28 license = lib.licenses.mit; 29 29 platforms = lib.platforms.unix;
+1 -1
pkgs/by-name/ku/kubo-migrator/package.nix
··· 21 21 ''; 22 22 23 23 meta = kubo-migrator-unwrapped.meta // { 24 - description = "Run the appripriate migrations for migrating the filesystem repository of Kubo"; 24 + description = "Run the appropriate migrations for migrating the filesystem repository of Kubo"; 25 25 }; 26 26 }