about summary refs log tree commit diff
path: root/pkgs/development/python-modules/moviepy
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-03-28 00:05:50 +0100
committerGitHub <noreply@github.com>2020-03-28 00:05:50 +0100
commit5b49816cf4d1e87ab3cc64b6a7a6749f51ff9b3a (patch)
tree0f0bf20090b002185919bdbec6d17ef2429a89d7 /pkgs/development/python-modules/moviepy
parent9fc5e7e473874762fdb1b49d17dcf703d48352c3 (diff)
treewide: add quotes to recently-changed urls
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
Diffstat (limited to 'pkgs/development/python-modules/moviepy')
-rw-r--r--pkgs/development/python-modules/moviepy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/moviepy/default.nix b/pkgs/development/python-modules/moviepy/default.nix
index 7f7c5ccc4d7eb..d6b8b16cda9d3 100644
--- a/pkgs/development/python-modules/moviepy/default.nix
+++ b/pkgs/development/python-modules/moviepy/default.nix
@@ -45,7 +45,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Video editing with Python";
-    homepage = https://zulko.github.io/moviepy/;
+    homepage = "https://zulko.github.io/moviepy/";
     license = licenses.mit;
   };