typos: move to by-name and formatting

This commit is contained in:
Merlin Humml 2024-10-01 12:49:36 +02:00
parent 34c3e4bfc2
commit 4f9cbe839b
No known key found for this signature in database
GPG Key ID: F3DD4A06EDED86E5
2 changed files with 13 additions and 5 deletions

View File

@ -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
];
};
}

View File

@ -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 { };