summary refs log tree commit diff
path: root/pkgs/development/libraries/fox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/fox/default.nix')
-rw-r--r--pkgs/development/libraries/fox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/fox/default.nix b/pkgs/development/libraries/fox/default.nix
index 826a44989c5..8dd78c41b14 100644
--- a/pkgs/development/libraries/fox/default.nix
+++ b/pkgs/development/libraries/fox/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
       Initially, it was developed for LINUX, but the scope of this project has in the course of time become somewhat more ambitious.
       Current aims are to make FOX completely platform independent, and thus programs written against the FOX library will be only a compile away from running on a variety of platforms.
     '';
-    homepage = "http://fox-toolkit.org";
+    homepage = http://fox-toolkit.org;
     license = licenses.lgpl3;
     maintainers = [];
     platforms = platforms.all;