summary refs log tree commit diff
path: root/pkgs/applications/graphics/fig2dev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/fig2dev/default.nix')
-rw-r--r--pkgs/applications/graphics/fig2dev/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/fig2dev/default.nix b/pkgs/applications/graphics/fig2dev/default.nix
index c364badc174..cd7db3d29c5 100644
--- a/pkgs/applications/graphics/fig2dev/default.nix
+++ b/pkgs/applications/graphics/fig2dev/default.nix
@@ -18,7 +18,7 @@ in stdenv.mkDerivation {
 
   meta = with stdenv.lib; {
     description = "Tool to convert Xfig files to other formats";
-    homepage = http://mcj.sourceforge.net/;
+    homepage = "http://mcj.sourceforge.net/";
     license = licenses.xfig;
     platforms = platforms.linux;
   };