summary refs log tree commit diff
path: root/pkgs/development/libraries/libxmlxx/v3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libxmlxx/v3.nix')
-rw-r--r--pkgs/development/libraries/libxmlxx/v3.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libxmlxx/v3.nix b/pkgs/development/libraries/libxmlxx/v3.nix
index 94c2ca095829b..be5c019e31ee9 100644
--- a/pkgs/development/libraries/libxmlxx/v3.nix
+++ b/pkgs/development/libraries/libxmlxx/v3.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://libxmlplusplus.sourceforge.net/;
+    homepage = "http://libxmlplusplus.sourceforge.net/";
     description = "C++ wrapper for the libxml2 XML parser library, version 3";
     license = licenses.lgpl2Plus;
     platforms = platforms.unix;