gnu: mpd: Use HTTPS for musicpd.org home pages.

* gnu/packages/mpd.scm (libmpdclient, mpd, mpd-mpc, ncmpc)[home-page]: Use
HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-13 20:49:14 +01:00
parent fc2847b1f7
commit e9aa6b5e91
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@
(synopsis "Music Player Daemon client library") (synopsis "Music Player Daemon client library")
(description "A stable, documented, asynchronous API library for (description "A stable, documented, asynchronous API library for
interfacing MPD in the C, C++ & Objective C languages.") interfacing MPD in the C, C++ & Objective C languages.")
(home-page "http://www.musicpd.org/libs/libmpdclient/") (home-page "https://www.musicpd.org/libs/libmpdclient/")
(license license:bsd-3))) (license license:bsd-3)))
(define-public mpd (define-public mpd
@ -157,7 +157,7 @@ interfacing MPD in the C, C++ & Objective C languages.")
server-side application for playing music. Through plugins and libraries it server-side application for playing music. Through plugins and libraries it
can play a variety of sound files while being controlled by its network can play a variety of sound files while being controlled by its network
protocol.") protocol.")
(home-page "http://www.musicpd.org/") (home-page "https://www.musicpd.org/")
(license license:gpl2))) (license license:gpl2)))
(define-public mpd-mpc (define-public mpd-mpc
@ -179,7 +179,7 @@ protocol.")
(synopsis "Music Player Daemon client") (synopsis "Music Player Daemon client")
(description "MPC is a minimalist command line interface to MPD, the music (description "MPC is a minimalist command line interface to MPD, the music
player daemon.") player daemon.")
(home-page "http://www.musicpd.org/clients/mpc/") (home-page "https://www.musicpd.org/clients/mpc/")
(license license:gpl2))) (license license:gpl2)))
(define-public ncmpc (define-public ncmpc
@ -203,7 +203,7 @@ player daemon.")
(synopsis "Curses Music Player Daemon client") (synopsis "Curses Music Player Daemon client")
(description "ncmpc is a fully featured MPD client, which runs in a (description "ncmpc is a fully featured MPD client, which runs in a
terminal using ncurses.") terminal using ncurses.")
(home-page "http://www.musicpd.org/clients/ncmpc/") (home-page "https://www.musicpd.org/clients/ncmpc/")
(license license:gpl2))) (license license:gpl2)))
(define-public ncmpcpp (define-public ncmpcpp