branch: externals/gnugo
commit f710abfa95a5e5249e017b3887d6de4ace9d7492
Author: Thien-Thi Nguyen <t...@gnuvola.org>
Commit: Thien-Thi Nguyen <t...@gnuvola.org>

    [maint] Use https for GNU URL
    
    * gnugo.el (gnugo-program): ...here, in docstring.
---
 gnugo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnugo.el b/gnugo.el
index 5b2be94..91efa15 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -105,7 +105,7 @@ This follows a MAJOR.MINOR.PATCH scheme.")
 This program must accept command line args:
  --mode gtp --quiet
 For more information on GTP and GNU Go, please visit:
-<http://www.gnu.org/software/gnugo>")
+<https://www.gnu.org/software/gnugo>")
 
 (defvar gnugo-start-game-hook nil
   "Normal hook run immediately before the first move of the game.

Reply via email to