about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/pyechonest/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/pyechonest/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/pyechonest/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/pyechonest/default.nix b/nixpkgs/pkgs/development/python-modules/pyechonest/default.nix
index 33e8d9c3fa9d..510849edf475 100644
--- a/nixpkgs/pkgs/development/python-modules/pyechonest/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/pyechonest/default.nix
@@ -12,6 +12,6 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Tap into The Echo Nest's Musical Brain for the best music search, information, recommendations and remix tools on the web";
-    homepage = https://github.com/echonest/pyechonest;
+    homepage = "https://github.com/echonest/pyechonest";
   };
 }