about summary refs log tree commit diff
path: root/pkgs/development/tools/alloy
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/alloy')
-rw-r--r--pkgs/development/tools/alloy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/alloy/default.nix b/pkgs/development/tools/alloy/default.nix
index 01706bd9b6810..ed91df066c3aa 100644
--- a/pkgs/development/tools/alloy/default.nix
+++ b/pkgs/development/tools/alloy/default.nix
@@ -41,8 +41,8 @@ let generic = { major, version, src }:
         finds structures that satisfy them. Structures are displayed graphically,
         and their appearance can be customized for the domain at hand.
       '';
-      homepage = http://alloytools.org/;
-      downloadPage = http://alloytools.org/download.html;
+      homepage = "http://alloytools.org/";
+      downloadPage = "http://alloytools.org/download.html";
       license = licenses.mit;
       platforms = platforms.linux;
       maintainers = with maintainers; [ notbandali ];