about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-31 11:00:06 +0800
committerGitHub <noreply@github.com>2021-10-31 11:00:06 +0800
commitd02ea39259dedf21a676206ccab7177b7347c0c8 (patch)
tree7c53c62eba53ee1788b80d368f1cf2caa2cea17e /pkgs/applications/networking
parent59e7e8dc84e89b670053f00a01160940bf7d4ed5 (diff)
parentcd959648e51ffd3e33714796ed52c6cd837761b3 (diff)
Merge pull request #143904 from schmittlauch/seafile-maintainership
seafile-client: take over maintenance of this package
Diffstat (limited to 'pkgs/applications/networking')
-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 ];
   };
 }