Merge pull request #143904 from schmittlauch/seafile-maintainership

seafile-client: take over maintenance of this package
This commit is contained in:
Bobby Rong
2021-10-31 11:00:06 +08:00
committed by GitHub
@@ -29,6 +29,6 @@ mkDerivation rec {
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ schmittlauch ];
};
}