treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -84,7 +84,7 @@ else stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Spotify API library";
|
||||
homepage = https://developer.spotify.com/technologies/libspotify;
|
||||
homepage = "https://developer.spotify.com/technologies/libspotify";
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
license = licenses.unfree;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user