summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorznaniye <zn4niye@proton.me>2023-11-08 18:08:45 -0300
committerznaniye <zn4niye@proton.me>2023-11-08 20:14:29 -0300
commit1a21cd4c9cbfaedcf5ceb49a848068c13ca60e28 (patch)
tree7a3dd1d46cf5c7bdc2eec5d777a646459c5cd7bd /pkgs/development/tools
parentfadd0ea879cba7feb7c29d96a36b66496da4fdcf (diff)
ols: add znaniye as maintainer
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;
   };
 }