summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-05-05 11:25:45 +0200
committerVladimír Čunát <v@cunat.cz>2021-05-07 15:36:40 +0200
commit9f054b5e1a75ba912cf5f4462d01e48fb630cf31 (patch)
tree6fce6f2154261b0ad32000449b2517f5c5da30b9 /pkgs/development/ruby-modules
parent7ea6fae80235106e53fbda1cdc7845fe6778381f (diff)
downloadnixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.gz
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.bz2
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.lz
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.xz
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.tar.zst
nixpkgs-9f054b5e1a75ba912cf5f4462d01e48fb630cf31.zip
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/solargraph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ruby-modules/solargraph/default.nix b/pkgs/development/ruby-modules/solargraph/default.nix
index e95fb1573dd..356224c0230 100644
--- a/pkgs/development/ruby-modules/solargraph/default.nix
+++ b/pkgs/development/ruby-modules/solargraph/default.nix
@@ -11,6 +11,6 @@ bundlerApp {
     description = "A Ruby language server";
     homepage = "https://solargraph.org/";
     license = licenses.mit;
-    maintainers = with maintainers; [ worldofpeace nicknovitski angristan ];
+    maintainers = with maintainers; [ nicknovitski angristan ];
   };
 }