* [PATCH] announce-gen: Improve links.
@ 2023-12-29 18:31 Simon Josefsson via Gnulib discussion list
0 siblings, 0 replies; only message in thread
From: Simon Josefsson via Gnulib discussion list @ 2023-12-29 18:31 UTC (permalink / raw)
To: bug-gnulib
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 255 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-29 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-29 18:31 [PATCH] announce-gen: Improve links Simon Josefsson via Gnulib discussion list
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).