6 textlint-rule-terminology,
10 pname = "textlint-rule-terminology";
13 src = fetchFromGitHub {
15 repo = "textlint-rule-terminology";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-/NuKZSugizP4b2LFNqPrTvoXNE4D1sytU2B7T40ZASQ=";
20 npmDepsHash = "sha256-FQr7E6ZSJxj/ide+3JJwc27x15L1bAIAlPnMl8hdQ8w=";
24 passthru.tests = textlint.testPackages {
25 rule = textlint-rule-terminology;
30 description = "Textlint rule to check correct terms spelling";
31 homepage = "https://github.com/sapegin/textlint-rule-terminology";
32 changelog = "https://github.com/sapegin/textlint-rule-terminology/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ natsukium ];