From cd959648e51ffd3e33714796ed52c6cd837761b3 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sat, 30 Oct 2021 23:35:29 +0200 Subject: [PATCH] seafile-client: take over maintenance of this package --- pkgs/applications/networking/seafile-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix index 2783373ef322..b0975c56b059 100644 --- a/pkgs/applications/networking/seafile-client/default.nix +++ b/pkgs/applications/networking/seafile-client/default.nix @@ -29,6 +29,6 @@ mkDerivation rec { description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; license = licenses.asl20; platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ schmittlauch ]; }; }