summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-08 08:52:55 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-08 08:52:55 +0200
commit09086af284adac010b93c759b69b7b9994f4c6ad (patch)
tree2d0d253c5ac4abc024fd0c4262966114df15559d
parentVersion 1.15 released. (diff)
downloademacs-tools-09086af284adac010b93c759b69b7b9994f4c6ad.tar.gz
emacs-tools-09086af284adac010b93c759b69b7b9994f4c6ad.tar.bz2
emacs-tools-09086af284adac010b93c759b69b7b9994f4c6ad.zip
Update URLs.
* emacs-updater: Update URLs to use https.
-rw-r--r--ChangeLog4
-rwxr-xr-xemacs-updater4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 57a87cd..c759036 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-06-08 Ulrich Müller <ulm@gentoo.org>
+
+ * emacs-updater: Update URLs to use https.
+
2016-06-07 Ulrich Müller <ulm@gentoo.org>
* Version 1.15 released.
diff --git a/emacs-updater b/emacs-updater
index eb822bd..31cc448 100755
--- a/emacs-updater
+++ b/emacs-updater
@@ -72,7 +72,7 @@ version() {
Copyright 2007-2016 Gentoo Foundation.
Distributed under the terms of the GNU GPL version 2 or later.
- Gentoo Emacs project: <http://wiki.gentoo.org/wiki/Project:Emacs>
+ Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>
EOF
exit
}
@@ -334,6 +334,6 @@ ${PM_COMMAND} "${PM_EXTRAOPTS[@]}" $(<"${PKGFILE}")
ret=$?
warning "If a package is being rebuilt over and over again,"
-warning "please report it on http://bugs.gentoo.org/"
+warning "please report it on https://bugs.gentoo.org/"
exit ${ret}