summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-11-09 10:25:06 +0000
committerGitHub <noreply@github.com>2023-11-09 10:25:06 +0000
commitea71f1713f372ef35be516b7a2f8e8e4b581a27d (patch)
tree637412951c5833a2356e6b0a9e0ef24e01a52627 /pkgs/development/tools
parent18e76671a16cebf6bcf52d9196d25a5a9f8c9ad7 (diff)
parent5b6ec22578b9002304789f7e5d1f5e1b477bd38e (diff)
Merge pull request #266337 from znaniye/put-name
put name on maintainers list
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ols/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ols/default.nix b/pkgs/development/tools/ols/default.nix
index 4b8dcd447c439..cedaa46690aa0 100644
--- a/pkgs/development/tools/ols/default.nix
+++ b/pkgs/development/tools/ols/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
     description = "Language server for the Odin programming language";
     homepage = "https://github.com/DanielGavin/ols";
     license = licenses.mit;
-    maintainers = with maintainers; [ astavie ];
+    maintainers = with maintainers; [ astavie znaniye ];
     platforms = odin.meta.platforms;
   };
 }