Skip to content
Snippets Groups Projects
Unverified Commit e9aa6b5e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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

* gnu/packages/mpd.scm (libmpdclient, mpd, mpd-mpc, ncmpc)[home-page]: Use
HTTPS.
parent fc2847b1
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ (define-public libmpdclient ...@@ -83,7 +83,7 @@ (define-public libmpdclient
(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 @@ (define-public mpd ...@@ -157,7 +157,7 @@ (define-public mpd
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 @@ (define-public mpd-mpc ...@@ -179,7 +179,7 @@ (define-public mpd-mpc
(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 @@ (define-public ncmpc ...@@ -203,7 +203,7 @@ (define-public ncmpc
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment