diff options
author | Arnout Engelen | 2022-07-30 14:15:56 +0200 |
---|---|---|
committer | Arnout Engelen | 2022-07-30 14:15:56 +0200 |
commit | c3980a57329fe2240bab8bc54fe8cb66431d7af9 (patch) | |
tree | 6c362ee475b419708ee3b54016a438f340d2998d /pkgs/applications | |
parent | 2a93ea177c3d7700b934bf95adfe00c435f696b8 (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.nix | 2 |
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; }; |