about summary refs log tree commit diff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-01 16:37:39 +0200
committerRobert Schütz <rschuetz17@gmail.com>2018-04-01 18:43:54 +0200
commitfbd70f4f216bd5b4dbd18f9b84157ad89755aa19 (patch)
tree3647acbc1275cc1943cd1b75473233aa5aa3f186 /pkgs/applications/networking/seafile-client
parent25540a5a2cfbc204fc87976ce26b4086fe9c9f6c (diff)
seafile-client: add dotlambda as maintainer
Diffstat (limited to 'pkgs/applications/networking/seafile-client')
-rw-r--r--pkgs/applications/networking/seafile-client/default.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
   };
 }