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