[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 5c7c00e868 1/2: ; Prefer HTTPS to HTTP in URLs
From: |
Stefan Kangas |
Subject: |
[elpa] externals/ampc 5c7c00e868 1/2: ; Prefer HTTPS to HTTP in URLs |
Date: |
Sat, 13 Jan 2024 04:59:46 -0500 (EST) |
branch: externals/ampc
commit 5c7c00e86897539ea9de558f02a0a9489a99371b
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
; Prefer HTTPS to HTTP in URLs
---
ampc.el | 6 +++---
ampc_tagger.cpp | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ampc.el b/ampc.el
index 47e96f189b..245c080789 100644
--- a/ampc.el
+++ b/ampc.el
@@ -25,11 +25,11 @@
;; 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:
;;; * description
-;; ampc is a controller for the Music Player Daemon (http://mpd.wikia.com/).
+;; ampc is a controller for the Music Player Daemon (https://mpd.wikia.com/).
;;; ** installation
;; If you use GNU ELPA, install ampc via M-x package-list-packages RET or
@@ -46,7 +46,7 @@
;;; *** tagger
;; ampc is not only a frontend to MPD but also a full-blown audio file tagger.
;; To use this feature you have to build the backend application,
`ampc_tagger',
-;; which in turn uses TagLib (http://taglib.github.com/), a dual-licended
+;; which in turn uses TagLib (https://taglib.github.com/), a dual-licended
;; (LGPL/MPL) audio meta-data library written in C++. TagLib has no
;; dependencies on its own.
;;
diff --git a/ampc_tagger.cpp b/ampc_tagger.cpp
index b62de7c00c..ba03dc82d8 100644
--- a/ampc_tagger.cpp
+++ b/ampc_tagger.cpp
@@ -19,7 +19,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/>.
#include <iostream>
#include <sstream>