branch: externals/adjust-parens commit e6723f0fd214197dbcc69ae5898a166cc3662b9b Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Prefer HTTPS to HTTP in URLs --- adjust-parens-tests.el | 2 +- adjust-parens.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adjust-parens-tests.el b/adjust-parens-tests.el index 9909d76d75..f67f36493e 100644 --- a/adjust-parens-tests.el +++ b/adjust-parens-tests.el @@ -15,7 +15,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/adjust-parens.el b/adjust-parens.el index 609cbeffb2..c5ff0645cf 100644 --- a/adjust-parens.el +++ b/adjust-parens.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: ;;