From 03165019df8cdce284d0f7ab6c7eb22d5d5c6be6 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 3 Jan 2026 17:32:29 +0000 Subject: [PATCH] tree-sitter-grammars.tree-sitter-razor: note maintainer and license See https://github.com/NixOS/nixpkgs/pull/472724#issuecomment-3700558139 --- .../tools/parsing/tree-sitter/grammars/grammar-sources.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix index 04e179d1fafc..66805a1a99fb 100644 --- a/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix +++ b/pkgs/development/tools/parsing/tree-sitter/grammars/grammar-sources.nix @@ -557,6 +557,12 @@ version = "0-unstable-2025-02-17"; url = "github:tris203/tree-sitter-razor/fe46ce5ea7d844e53d59bc96f2175d33691c61c5"; hash = "sha256-E4fgy588g6IP258TS2DvoILc1Aikvpfbtq20VIhBE4U="; + meta = { + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ + tris203 + ]; + }; }; regex = {