From 8780f0f61a5e175158c81b6a850af6083a6517f7 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 21 Nov 2023 17:27:20 +0100 Subject: [PATCH] 0xProto: Fix cask name must be all lower case, always. Signed-off-by: Fini Jastrow --- bin/scripts/lib/fonts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scripts/lib/fonts.json b/bin/scripts/lib/fonts.json index 158fa6c58f..4bae4cc08e 100644 --- a/bin/scripts/lib/fonts.json +++ b/bin/scripts/lib/fonts.json @@ -7,7 +7,7 @@ "folderName": "0xProto", "imagePreviewFont": "0xProto Nerd Font", "linkPreviewFont": "oxproto", - "caskName": "0xProto", + "caskName": "0xproto", "repoRelease": false, "description": "An opinionated font for software engineers" },