bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] announce-gen: Improve links.


From: Simon Josefsson
Subject: [PATCH] announce-gen: Improve links.
Date: Fri, 29 Dec 2023 19:31:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi,

I noticed http:// links were used here...  patch below is pushed.

Happy new year,
/Simon

* build-aux/announce-gen: Use https:// URLs.
---
 ChangeLog              | 5 +++++
 build-aux/announce-gen | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c5a678323..a3a10e0258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-12-29  Simon Josefsson  <simon@josefsson.org>
+
+       announce-gen: Improve links.
+       * build-aux/announce-gen: Use https:// URLs.
+
 2023-12-29  Bruno Haible  <bruno@clisp.org>
 
        error: More clang -Winclude-next-absolute-path silencing.
diff --git a/build-aux/announce-gen b/build-aux/announce-gen
index 4056d443b0..c73871f022 100755
--- a/build-aux/announce-gen
+++ b/build-aux/announce-gen
@@ -35,7 +35,7 @@
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2023-07-17 20:05'; # UTC
+my $VERSION = '2023-12-29 18:26'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
@@ -570,10 +570,10 @@ $first_name [on behalf of the $package_name maintainers]
 ==================================================================
 
 Here is the GNU $package_name home page:
-    http://gnu.org/s/$package_name/
+    https://gnu.org/s/$package_name/
 
 For a summary of changes and contributors, see:
-  http://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1
+  https://git.sv.gnu.org/gitweb/?p=$package_name.git;a=shortlog;h=v$v1
 or run this command from a git-cloned $package_name directory:
   git shortlog v$v0..v$v1
 
-- 
2.34.1

Attachment: signature.asc
Description: PGP signature


reply via email to

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