[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ampc 4a2a2e642f 109/111: ; Prefer HTTPS to HTTP in URLs
From: |
Stefan Monnier |
Subject: |
[elpa] externals/ampc 4a2a2e642f 109/111: ; Prefer HTTPS to HTTP in URLs |
Date: |
Tue, 20 Feb 2024 18:16:47 -0500 (EST) |
branch: externals/ampc
commit 4a2a2e642f5e3efe797fb933b94bf3a734a9ce29
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
; 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>
- [elpa] externals/ampc bb5ba9b2bb 068/111: * ampc.el: Add ampc-mini, a command to select the song to play via, (continued)
- [elpa] externals/ampc bb5ba9b2bb 068/111: * ampc.el: Add ampc-mini, a command to select the song to play via, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc effd06f0d8 072/111: * ampc.el: Add mouse support for playlist commands., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc cd2a3a93a6 074/111: * ampc.el: Doc simplifications., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 0941e8d180 079/111: * ampc.el: Make ampc synchronous., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 2b4cbc7db9 088/111: * ampc.el: Use tab-stop-list for tabulated lists., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 0bf832e424 092/111: * Add tagger. ampc-tagger.cpp: New file., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 5aae56a25d 101/111: * packages/ampc/ampc.el: Add proper file trailer., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 259d4f6363 103/111: * ampc/ampc.el: Fix up warnings and use cl-lib. Change maintainer, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc e045d5a2fa 102/111: Remove ampc, then re-add, since I cannot find it anywhere else, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc a98412698b 105/111: * ampc/ampc.el (ampc-views): Add "Search view", Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 4a2a2e642f 109/111: ; Prefer HTTPS to HTTP in URLs,
Stefan Monnier <=
- [elpa] externals/ampc b15e6985a9 054/111: The package of ampc is ampc itself, not GNU Emacs. All files changed., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1dda527e59 055/111: * ampc.el (ampc-item-mode-map): Clarify docs in regards to the arguments of, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 1bc7428150 069/111: * ampc.el (ampc-handle-command): Handle mini-currentsong., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc c41fde637d 073/111: * ampc.el (ampc-goto-current-song): Goto point-min if there is no song currently, Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 8e34ab9150 082/111: * ampc.el (ampc-update-playlist, ampc-fill-status, ampc-configure-frame), Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 3eaa022007 086/111: * ampc.el: Remove explicit easymenu requirement because it autoloads., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc b6bb73343d 099/111: * ampc.el: Bump version to 0.2., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 4ae66dfad8 059/111: * ampc.el (ampc-fill-skeleton): Add mouse highlighting for list entries., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 46143951ee 094/111: * ampc.el: Refine options for sending commands., Stefan Monnier, 2024/02/20
- [elpa] externals/ampc 68457ec2aa 021/111: Fix spelling mistake., Stefan Monnier, 2024/02/20