From c3980a57329fe2240bab8bc54fe8cb66431d7af9 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sat, 30 Jul 2022 14:15:56 +0200 Subject: [PATCH] seaweedfs: drop myself as maintainer Since I'm not using it actively and there is someone else listed --- pkgs/applications/networking/seaweedfs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };