3
0
Fork 0
forked from mirrors/nixpkgs

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; {
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;
};