seaweedfs: drop myself as maintainer

Since I'm not using it actively and there is someone else listed
This commit is contained in:
Arnout Engelen 2022-07-30 14:15:56 +02:00
parent 2a93ea177c
commit c3980a5732
No known key found for this signature in database
GPG Key ID: 061107B0F74A6DAA

View File

@ -26,7 +26,7 @@ buildGoModule rec {
meta = with lib; { meta = with lib; {
description = "Simple and highly scalable distributed file system"; description = "Simple and highly scalable distributed file system";
homepage = "https://github.com/chrislusf/seaweedfs"; homepage = "https://github.com/chrislusf/seaweedfs";
maintainers = with maintainers; [ cmacrae raboof ]; maintainers = with maintainers; [ cmacrae ];
mainProgram = "weed"; mainProgram = "weed";
license = licenses.asl20; license = licenses.asl20;
}; };