diff options
author | Jörg Thalheim | 2022-07-30 13:22:25 +0100 |
---|---|---|
committer | GitHub | 2022-07-30 13:22:25 +0100 |
commit | 3207d8412f4b682684d545069a17f5917da353b1 (patch) | |
tree | 5b4925c098bd225280066dc3cabe24ef0a6e9938 /pkgs/applications | |
parent | 604a85ec436e27b7fdef2ca8d5d0268a570990c9 (diff) | |
parent | c3980a57329fe2240bab8bc54fe8cb66431d7af9 (diff) |
Merge pull request #183959 from raboof/seaweedfs-drop-maintainer
seaweedfs: drop myself as maintainer
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; }; |