Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Client library for MPD (music player daemon)";
|
||||
homepage = http://www.musicpd.org/libs/libmpdclient/;
|
||||
homepage = https://www.musicpd.org/libs/libmpdclient/;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ mornfall ehmry ];
|
||||
|
||||
Reference in New Issue
Block a user