summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2022-02-28 08:44:13 +0800
committerVanilla <osu_Vanilla@126.com>2022-02-28 08:44:13 +0800
commitf73cd879137938f275513b194d8fdfe14afff499 (patch)
tree01baa20f8108ab7c63d10e95a2179eda68e0a7c8 /pkgs
parent9783ef308da620a48a9849d977dd1dfdf7f9ba45 (diff)
downloadnixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar.gz
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar.bz2
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar.lz
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar.xz
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.tar.zst
nixpkgs-f73cd879137938f275513b194d8fdfe14afff499.zip
maintainers: remove meutraa
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/android-studio/common.nix6
-rw-r--r--pkgs/applications/networking/instant-messengers/mm/default.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix
index 9e0907147b8..12324088b04 100644
--- a/pkgs/applications/editors/android-studio/common.nix
+++ b/pkgs/applications/editors/android-studio/common.nix
@@ -216,9 +216,9 @@ in runCommand
       # source-code itself).
       platforms = [ "x86_64-linux" ];
       maintainers = with maintainers; rec {
-        stable = [ meutraa fabianhjr ];
-        beta = [ meutraa fabianhjr ];
-        canary = [ meutraa fabianhjr ];
+        stable = [ fabianhjr ];
+        beta = [ fabianhjr ];
+        canary = [ fabianhjr ];
         dev = canary;
       }."${channel}";
     };
diff --git a/pkgs/applications/networking/instant-messengers/mm/default.nix b/pkgs/applications/networking/instant-messengers/mm/default.nix
index c8f24e72a9a..ce4963df01e 100644
--- a/pkgs/applications/networking/instant-messengers/mm/default.nix
+++ b/pkgs/applications/networking/instant-messengers/mm/default.nix
@@ -16,6 +16,6 @@ buildGoModule {
     description = "A file system based matrix client";
     homepage = "https://git.lost.host/meutraa/mm";
     license = licenses.isc;
-    maintainers = with maintainers; [ meutraa ];
+    maintainers = with maintainers; [ ];
   };
 }