treewide: Use HTTPS for readthedocs URLs
This commit is contained in:
@@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [ requests ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://spotipy.readthedocs.org/;
|
||||
homepage = https://spotipy.readthedocs.org/;
|
||||
description = "A light weight Python library for the Spotify Web API";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.rvolosatovs ];
|
||||
|
||||
Reference in New Issue
Block a user