aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/libsoundtouch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/libsoundtouch')
-rw-r--r--pkgs/development/python-modules/libsoundtouch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/libsoundtouch/default.nix b/pkgs/development/python-modules/libsoundtouch/default.nix
index e89b606879bb..119cb6cbefa7 100644
--- a/pkgs/development/python-modules/libsoundtouch/default.nix
+++ b/pkgs/development/python-modules/libsoundtouch/default.nix
@@ -28,7 +28,7 @@ buildPythonPackage {
meta = with stdenv.lib; {
description = "Bose Soundtouch Python library";
- homepage = https://github.com/CharlesBlonde/libsoundtouch;
+ homepage = "https://github.com/CharlesBlonde/libsoundtouch";
license = licenses.asl20;
};
}