about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-02 23:54:05 +0200
committerGitHub <noreply@github.com>2023-11-02 23:54:05 +0200
commit87c74ebff106d6301b6004b284d12e7e9cfa8e65 (patch)
tree6f46875526ec4016cfef0d55b0c1c4b2fada0726 /pkgs
parente8be045c25d93f18f3530ac2dfa264750c6778b7 (diff)
parentf0be1bd5bec1c26c9934e3c504c5423308649527 (diff)
Merge pull request #265084 from plusgut/maintainers_marksman
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/marksman/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/marksman/default.nix b/pkgs/development/tools/marksman/default.nix
index 6e15d4aa6b6a8..be5419d6c8c85 100644
--- a/pkgs/development/tools/marksman/default.nix
+++ b/pkgs/development/tools/marksman/default.nix
@@ -52,7 +52,7 @@ buildDotnetModule rec {
     '';
     homepage = "https://github.com/artempyanykh/marksman";
     license = licenses.mit;
-    maintainers = with maintainers; [ stasjok ];
+    maintainers = with maintainers; [ stasjok plusgut ];
     platforms = dotnet-sdk.meta.platforms;
   };
 }