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 37c1c427f5.
This commit is contained in:
Robert Schütz 2019-01-16 00:39:33 +01:00
parent 37c1c427f5
commit 19d52f2144
2 changed files with 2 additions and 2 deletions

View file

@ -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; [ ];
};
}

View file

@ -26,6 +26,6 @@ stdenv.mkDerivation rec {
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ ];
};
}