summary refs log tree commit diff
path: root/pkgs/tools/text/xml/xmloscopy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/xml/xmloscopy/default.nix')
-rw-r--r--pkgs/tools/text/xml/xmloscopy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/xml/xmloscopy/default.nix b/pkgs/tools/text/xml/xmloscopy/default.nix
index 5d085e41196..2cd7a580ee3 100644
--- a/pkgs/tools/text/xml/xmloscopy/default.nix
+++ b/pkgs/tools/text/xml/xmloscopy/default.nix
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "wtf is my docbook broken?";
-    homepage = https://github.com/grahamc/xmloscopy;
+    homepage = "https://github.com/grahamc/xmloscopy";
     license = licenses.mit;
     platforms = platforms.all;
     maintainers = with maintainers; [ grahamc ];