From fbd70f4f216bd5b4dbd18f9b84157ad89755aa19 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Sun, 1 Apr 2018 16:37:39 +0200 Subject: seafile-client: add dotlambda as maintainer --- pkgs/applications/networking/seafile-client/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/networking/seafile-client/default.nix b/pkgs/applications/networking/seafile-client/default.nix index 4dbfd27458321..35926836e30d8 100644 --- a/pkgs/applications/networking/seafile-client/default.nix +++ b/pkgs/applications/networking/seafile-client/default.nix @@ -32,6 +32,6 @@ stdenv.mkDerivation rec { description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; license = licenses.asl20; platforms = platforms.linux; - maintainers = [ ]; + maintainers = with maintainers; [ dotlambda ]; }; } -- cgit 1.4.1