affine: remove with lib usage

This commit is contained in:
Noa Aarts 2024-10-31 09:06:16 +01:00
parent 2be85a2207
commit 75f7506a51
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -53,7 +53,7 @@ stdenvNoCC.mkDerivation (
categories = [ "Utility" ];
})
];
meta = with lib; {
meta = {
description = "Workspace with fully merged docs, whiteboards and databases";
longDescription = ''
AFFiNE is an open-source, all-in-one workspace and an operating
@ -63,8 +63,8 @@ stdenvNoCC.mkDerivation (
'';
homepage = "https://affine.pro/";
downloadPage = "https://affine.pro/download";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
richar
redyf
];