diff --git a/pkgs/development/tools/typos/default.nix b/pkgs/by-name/ty/typos/package.nix similarity index 74% rename from pkgs/development/tools/typos/default.nix rename to pkgs/by-name/ty/typos/package.nix index 4b2e9d7522f0..27d1dd7eb8b9 100644 --- a/pkgs/development/tools/typos/default.nix +++ b/pkgs/by-name/ty/typos/package.nix @@ -1,4 +1,8 @@ -{ lib, rustPlatform, fetchFromGitHub }: +{ + lib, + rustPlatform, + fetchFromGitHub, +}: rustPlatform.buildRustPackage rec { pname = "typos"; @@ -18,7 +22,13 @@ rustPlatform.buildRustPackage rec { mainProgram = "typos"; homepage = "https://github.com/crate-ci/typos"; changelog = "https://github.com/crate-ci/typos/blob/${src.rev}/CHANGELOG.md"; - license = with licenses; [ asl20 /* or */ mit ]; - maintainers = with maintainers; [ figsoda mgttlinger ]; + license = with licenses; [ + asl20 # or + mit + ]; + maintainers = with maintainers; [ + figsoda + mgttlinger + ]; }; } diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 271c5ee0343d..82f4e4a94550 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -13238,8 +13238,6 @@ with pkgs; typesense = callPackage ../servers/search/typesense { }; - typos = callPackage ../development/tools/typos { }; - tz = callPackage ../tools/misc/tz { }; u9fs = callPackage ../servers/u9fs { };