seafile-client: add dotlambda as maintainer

This commit is contained in:
Robert Schütz 2018-04-01 16:37:39 +02:00 committed by Robert Schütz
parent 25540a5a2c
commit fbd70f4f21

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 = [ ];
maintainers = with maintainers; [ dotlambda ];
};
}