seafile-client: add dotlambda as maintainer
This commit is contained in:
parent
25540a5a2c
commit
fbd70f4f21
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue