emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 636ef79 4/4: [maint] Use https for GNU URLs; nfc


From: Thien-Thi Nguyen
Subject: [elpa] externals/gnugo 636ef79 4/4: [maint] Use https for GNU URLs; nfc
Date: Mon, 13 Dec 2021 00:04:13 -0500 (EST)

branch: externals/gnugo
commit 636ef79e90d29f3fbaf866a38bf7c23bcbfdd003
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Commit: Thien-Thi Nguyen <ttn@gnuvola.org>

    [maint] Use https for GNU URLs; nfc
---
 README          | 2 +-
 gnugo-frolic.el | 2 +-
 gnugo-imgen.el  | 2 +-
 gnugo.el        | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 897feab..e4416f6 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 This directory contains gnugo.el and other files.
 These work w/ GNU Go:
 
- http://www.gnu.org/software/gnugo
+ https://www.gnu.org/software/gnugo
 
 and any other program that speaks the Go Text Protocol.
diff --git a/gnugo-frolic.el b/gnugo-frolic.el
index 4129971..6157119 100644
--- a/gnugo-frolic.el
+++ b/gnugo-frolic.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Code:
 
diff --git a/gnugo-imgen.el b/gnugo-imgen.el
index 4044256..a71c179 100644
--- a/gnugo-imgen.el
+++ b/gnugo-imgen.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/gnugo.el b/gnugo.el
index 91efa15..d13f379 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
@@ -28,7 +28,7 @@
 ;; -------
 ;;
 ;; This file provides the command `gnugo' which allows you to play the game of
-;; go against the external program "gnugo" (http://www.gnu.org/software/gnugo)
+;; go against the external program "gnugo" (https://www.gnu.org/software/gnugo)
 ;; in a dedicated Emacs buffer, or to resume a game in progress.  NOTE: In
 ;; this file, to avoid confusion w/ elisp vars and funcs, we use the term "GNU
 ;; Go" to refer to the process object created by running the external program.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]