about summary refs log tree commit diff
path: root/pkgs/applications/networking/seafile-client
diff options
context:
space:
mode:
authorTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2021-10-30 23:35:29 +0200
committerTrolli Schmittlauch <t.schmittlauch+nixos@orlives.de>2021-10-30 23:35:29 +0200
commitcd959648e51ffd3e33714796ed52c6cd837761b3 (patch)
tree64f44683fe02c2ded9735063caff46ffac7e3af5 /pkgs/applications/networking/seafile-client
parentccdaa135c6cea9c4f22647b3b97a7457513ec637 (diff)
seafile-client: take over maintenance of this package
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 2783373ef3228..b0975c56b0591 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 ];
   };
 }