summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-17 14:54:07 +0100
committerGitHub <noreply@github.com>2023-11-17 14:54:07 +0100
commit4dc53c24131c89a37c0ed55c5ecdc68673babce8 (patch)
treed69e7f4f02ac69f7738b35e99c933517926d3315 /pkgs/development/tools
parent1807869324717cb414f6655ed923d8392880d764 (diff)
parentd3c568b7bcb676ea84e6494c9e3740a997141c1e (diff)
downloadnixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar.gz
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar.bz2
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar.lz
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar.xz
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.tar.zst
nixpkgs-4dc53c24131c89a37c0ed55c5ecdc68673babce8.zip
Merge pull request #268077 from moni-dz/update-name
maintainers: fortuneteller2k -> moni
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/ats-acc/default.nix2
-rw-r--r--pkgs/development/tools/language-servers/zls/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ats-acc/default.nix b/pkgs/development/tools/ats-acc/default.nix
index 5a3cd9c6401..b8eef344f20 100644
--- a/pkgs/development/tools/ats-acc/default.nix
+++ b/pkgs/development/tools/ats-acc/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Pretty-print error messages of the ATS Compiler";
     homepage = "https://github.com/sparverius/ats-acc";
-    maintainers = with maintainers; [ fortuneteller2k ];
+    maintainers = with maintainers; [ moni ];
     license = licenses.unfree; # Upstream has no license
   };
 }
diff --git a/pkgs/development/tools/language-servers/zls/default.nix b/pkgs/development/tools/language-servers/zls/default.nix
index 9fda43915ca..2188af2a116 100644
--- a/pkgs/development/tools/language-servers/zls/default.nix
+++ b/pkgs/development/tools/language-servers/zls/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
     changelog = "https://github.com/zigtools/zls/releases/tag/${finalAttrs.version}";
     homepage = "https://github.com/zigtools/zls";
     license = lib.licenses.mit;
-    maintainers = with lib.maintainers; [ figsoda fortuneteller2k ];
+    maintainers = with lib.maintainers; [ figsoda moni ];
     platforms = lib.platforms.unix;
   };
 })