From d90d7f9016bafe10982bb485573c1bf116f668c1 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 b4f5a7d..2e23c14 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 {