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>2019-01-16 00:39:33 +0100
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-01-16 00:48:33 +0100
commit19d52f2144ed1455763bf6db7482714cc6f1770b (patch)
tree19ba3b5fba9fac12471f6fea1213620fae317133 /pkgs/applications/networking/seafile-client
parent37c1c427f5ba7766ce784883fdc667f4a6d04a30 (diff)
downloadnixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar.gz
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar.bz2
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar.lz
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar.xz
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.tar.zst
nixpkgs-19d52f2144ed1455763bf6db7482714cc6f1770b.zip
seafile-client, libsearpc: remove dotlambda from maintainers
I do not want to maintain the package for a software that changes the
commit a version tag refers to.
See 37c1c427f5ba7766ce784883fdc667f4a6d04a30.
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 38bbcd04adc..a550532c974 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 = with maintainers; [ dotlambda ];
+    maintainers = with maintainers; [ ];
   };
 }