summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/icon-lang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/icon-lang/default.nix')
-rw-r--r--pkgs/development/interpreters/icon-lang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/icon-lang/default.nix b/pkgs/development/interpreters/icon-lang/default.nix
index d243ae9bc580..d85448a9677c 100644
--- a/pkgs/development/interpreters/icon-lang/default.nix
+++ b/pkgs/development/interpreters/icon-lang/default.nix
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ vrthra yurrriq ];
platforms = with platforms; linux ++ darwin;
license = licenses.publicDomain;
- homepage = https://www.cs.arizona.edu/icon/;
+ homepage = "https://www.cs.arizona.edu/icon/";
};
}