about summary refs log tree commit diff
path: root/pkgs/development/compilers/rust
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
committerRobin Gloster <mail@glob.in>2023-10-24 13:09:45 +0200
commite5d552f5b94c26e574a6333060d0864760034ee3 (patch)
tree86d415170797811aa02044da510834bf64ae0c0d /pkgs/development/compilers/rust
parent55c91c44e51ee7ae78a20212d2ee29e01c088dcb (diff)
downloadnixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar.gz
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar.bz2
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar.lz
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar.xz
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.tar.zst
nixlib-e5d552f5b94c26e574a6333060d0864760034ee3.zip
treewide: update globin's maintainership
Diffstat (limited to 'pkgs/development/compilers/rust')
-rw-r--r--pkgs/development/compilers/rust/rustc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rust/rustc.nix b/pkgs/development/compilers/rust/rustc.nix
index 0cf5020962cf..3a649bde95dd 100644
--- a/pkgs/development/compilers/rust/rustc.nix
+++ b/pkgs/development/compilers/rust/rustc.nix
@@ -263,7 +263,7 @@ in stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://www.rust-lang.org/";
     description = "A safe, concurrent, practical language";
-    maintainers = with maintainers; [ globin havvy ] ++ teams.rust.members;
+    maintainers = with maintainers; [ havvy ] ++ teams.rust.members;
     license = [ licenses.mit licenses.asl20 ];
     platforms = [
       # Platforms with host tools from