lora: remove with lib from meta

This commit is contained in:
Heitor Augusto
2025-02-10 18:49:41 -03:00
parent abc4b21161
commit 4346407a05
+4 -4
View File
@@ -30,11 +30,11 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = with lib; {
meta = {
description = "Lora is a well-balanced contemporary serif with roots in calligraphy";
homepage = "https://github.com/cyrealtype/lora";
license = licenses.ofl;
platforms = platforms.all;
maintainers = with maintainers; [ ofalvai ];
license = lib.licenses.ofl;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ ofalvai ];
};
})