summary refs log tree commit diff
path: root/pkgs/development/libraries/vcg
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-11-23 17:49:18 +0300
committerNikolay Amiantov <ab@fmap.me>2016-11-24 01:17:52 +0300
commitbe95ceaff2b73ff836171f9822b81767d9a8cee6 (patch)
treec886547e56c7f65e1e5b5121265a786b644614bc /pkgs/development/libraries/vcg
parent00cecf6a8403473e91021a5f49c768ca80d24399 (diff)
downloadnixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar.gz
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar.bz2
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar.lz
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar.xz
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.tar.zst
nixpkgs-be95ceaff2b73ff836171f9822b81767d9a8cee6.zip
treewide: quote URLs in my packages
Diffstat (limited to 'pkgs/development/libraries/vcg')
-rw-r--r--pkgs/development/libraries/vcg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/vcg/default.nix b/pkgs/development/libraries/vcg/default.nix
index 59fadbbbc1f..9e85ad7413d 100644
--- a/pkgs/development/libraries/vcg/default.nix
+++ b/pkgs/development/libraries/vcg/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://vcg.isti.cnr.it/vcglib/install.html;
+    homepage = "http://vcg.isti.cnr.it/vcglib/install.html";
     description = "C++ library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes";
     license = licenses.gpl3;
     platforms = platforms.linux;