summary refs log tree commit diff
path: root/pkgs/development/tools/rnix-lsp
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-06-12 23:13:40 +0200
commit10f85360c6df79697e32da02ca390113d3004745 (patch)
tree2b8e9ce66682a748cce5a7122eac37b67dbcc8f8 /pkgs/development/tools/rnix-lsp
parent38a0226d57cfbbedbcf813ef9c29049f525c78aa (diff)
downloadnixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.gz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.bz2
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.lz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.xz
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.tar.zst
nixpkgs-10f85360c6df79697e32da02ca390113d3004745.zip
maintainers: remove jD91mZM2
Thank you for every single commit to NixOS and nixpkgs.
https://github.com/NixOS/nixpkgs/commits?author=jD91mZM2

https://www.redox-os.org/news/open-source-mental-health/
Diffstat (limited to 'pkgs/development/tools/rnix-lsp')
-rw-r--r--pkgs/development/tools/rnix-lsp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rnix-lsp/default.nix b/pkgs/development/tools/rnix-lsp/default.nix
index 98670e9e184..27bad6b51d6 100644
--- a/pkgs/development/tools/rnix-lsp/default.nix
+++ b/pkgs/development/tools/rnix-lsp/default.nix
@@ -17,6 +17,6 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "A work-in-progress language server for Nix, with syntax checking and basic completion";
     license = licenses.mit;
-    maintainers = with maintainers; [ jD91mZM2 ];
+    maintainers = with maintainers; [ ];
   };
 }