aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/liblastfm
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-08-02 23:50:51 +0200
committermimadrid <mimadrid@ucm.es>2017-08-03 11:56:15 +0200
commit09e0cc7cc79cd0e028a56907ddcf36f9bdef1540 (patch)
tree1f579ca29e8527186d1d7015ed2c655f582e12e7 /pkgs/development/libraries/liblastfm
parentbe6170d803c88c9e934efffa220bc634d0f16320 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/liblastfm')
-rw-r--r--pkgs/development/libraries/liblastfm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/liblastfm/default.nix b/pkgs/development/libraries/liblastfm/default.nix
index aa76505c3a07..331422dd8929 100644
--- a/pkgs/development/libraries/liblastfm/default.nix
+++ b/pkgs/development/libraries/liblastfm/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
buildInputs = stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.SystemConfiguration;
meta = {
- homepage = http://github.com/lastfm/liblastfm;
+ homepage = https://github.com/lastfm/liblastfm;
repositories.git = git://github.com/lastfm/liblastfm.git;
description = "Official LastFM library";
inherit (qt4.meta) platforms;