about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArnout Engelen2022-07-30 14:15:56 +0200
committerArnout Engelen2022-07-30 14:15:56 +0200
commitc3980a57329fe2240bab8bc54fe8cb66431d7af9 (patch)
tree6c362ee475b419708ee3b54016a438f340d2998d /pkgs/applications
parent2a93ea177c3d7700b934bf95adfe00c435f696b8 (diff)
seaweedfs: drop myself as maintainer
Since I'm not using it actively and there is someone else listed
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/seaweedfs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix
index e9dc1eb492bc..1dab78a8fca8 100644
--- a/pkgs/applications/networking/seaweedfs/default.nix
+++ b/pkgs/applications/networking/seaweedfs/default.nix
@@ -26,7 +26,7 @@ buildGoModule rec {
   meta = with lib; {
     description = "Simple and highly scalable distributed file system";
     homepage = "https://github.com/chrislusf/seaweedfs";
-    maintainers = with maintainers; [ cmacrae raboof ];
+    maintainers = with maintainers; [ cmacrae ];
     mainProgram = "weed";
     license = licenses.asl20;
   };