about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse/plugins
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2024-04-27 13:56:45 +0200
committerYureka <yuka@yuka.dev>2024-04-27 13:56:45 +0200
commit9da3476b42b853c116071dece25b01870fad89ca (patch)
tree373be9c5bbcda00abf25d500c400fbcf55a8f867 /pkgs/servers/matrix-synapse/plugins
parent92fa114574e32afd301c954efc1072f3d4e466b8 (diff)
remove myself from a bunch of maintainer roles
Diffstat (limited to 'pkgs/servers/matrix-synapse/plugins')
-rw-r--r--pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix b/pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix
index 7a37c69235d4f..386849f17896c 100644
--- a/pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix
+++ b/pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix
@@ -56,6 +56,6 @@ buildPythonPackage rec {
     homepage = "https://github.com/matrix-org/synapse-s3-storage-provider";
     changelog = "https://github.com/matrix-org/synapse-s3-storage-provider/releases/tag/v${version}";
     license = licenses.asl20;
-    maintainers = with maintainers; [ yuka ];
+    maintainers = with maintainers; [ ];
   };
 }