branch: elpa/flycheck
commit c8d1d71b0ea25b7611cca1a5bfb64aeb097d2dd9
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    [Fix #2152] Point package URL to GitHub repository
    
    The URL header is what `describe-package` shows users. Pointing it
    to the GitHub repo instead of the website makes the source code
    easier to find.
---
 flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flycheck.el b/flycheck.el
index e9d665b796..3e667763db 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -8,7 +8,7 @@
 ;; Maintainer: ClĂ©ment Pit-Claudel <[email protected]>
 ;;             fmdkdd <[email protected]>
 ;;             Bozhidar Batsov <[email protected]>
-;; URL: https://www.flycheck.org
+;; URL: https://github.com/flycheck/flycheck
 ;; Keywords: convenience, languages, tools
 ;; Version: 35.0
 ;; Package-Requires: ((emacs "27.1") (seq "2.24"))

Reply via email to