1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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"; description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ ]; maintainers = with maintainers; [ dotlambda ];
}; };
} }