From 31a12fc5025a41108c85aa816abdbee270c09289 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 May 2021 00:54:24 +0100 Subject: [PATCH] docs(readme): add mention of where Emacs source is fetched from --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab85797..317a788 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ alt="GitHub issues"> other dependencies. - Includes the [fix-window-role][] and [system-appearance][] patches from the excellent [emacs-plus][] project. +- Emacs source is fetched from the [emacs-mirror/emacs][] GitHub repository. - Build creation is transparent and public through the use of GitHub Actions, allowing anyone to inspect git commit SHAs, full source code, and exact commands used to produce a build. This is especially important right now as @@ -46,6 +47,7 @@ alt="GitHub issues"> [system-appearance]: https://github.com/d12frosted/homebrew-emacs-plus/blob/master/patches/emacs-28/system-appearance.patch [emacs-plus]: https://github.com/d12frosted/homebrew-emacs-plus +[emacs-mirror/emacs]: https://github.com/emacs-mirror/emacs ## System Requirements