summary refs log tree commit diff
path: root/pkgs/development
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
parent18e76671a16cebf6bcf52d9196d25a5a9f8c9ad7 (diff)
parent5b6ec22578b9002304789f7e5d1f5e1b477bd38e (diff)
Merge pull request #266337 from znaniye/put-name
put name on maintainers list
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/odin/default.nix2
-rw-r--r--pkgs/development/tools/ols/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/odin/default.nix b/pkgs/development/compilers/odin/default.nix
index 58f5fba4c81d8..152ee99fcb1c4 100644
--- a/pkgs/development/compilers/odin/default.nix
+++ b/pkgs/development/compilers/odin/default.nix
@@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
     description = "A fast, concise, readable, pragmatic and open sourced programming language";
     homepage = "https://odin-lang.org/";
     license = licenses.bsd3;
-    maintainers = with maintainers; [ luc65r astavie ];
+    maintainers = with maintainers; [ luc65r astavie znaniye ];
     platforms = platforms.x86_64 ++ [ "aarch64-darwin" ];
   };
 }
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;
   };
 }