From 94729f70a8dca024b22bccabeccdb4bc3d904e39 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 20 Mar 2021 14:53:30 -0500 Subject: [PATCH] Fix homebrew in app description template --- pages-eleventy/app.11ty.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages-eleventy/app.11ty.js b/pages-eleventy/app.11ty.js index cca7762..7f61b3e 100644 --- a/pages-eleventy/app.11ty.js +++ b/pages-eleventy/app.11ty.js @@ -19,7 +19,7 @@ export const makeTitle = function ( app ) { } export const makeDescription = function ( app ) { - return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors when installed via Homebrew. ` + return `Latest reported support status of ${ app.name } on Apple Silicon and Apple M1 Processors.` } export class AppTemplate {