summary refs log tree commit diff
path: root/pkgs/development/tools/qtcreator/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/qtcreator/default.nix')
-rw-r--r--pkgs/development/tools/qtcreator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/qtcreator/default.nix b/pkgs/development/tools/qtcreator/default.nix
index 9e9ec6f0d3d..a750a21c1b4 100644
--- a/pkgs/development/tools/qtcreator/default.nix
+++ b/pkgs/development/tools/qtcreator/default.nix
@@ -88,7 +88,7 @@ mkDerivation rec {
       tailored to the needs of Qt developers. It includes features such as an
       advanced code editor, a visual debugger and a GUI designer.
     '';
-    homepage = https://wiki.qt.io/Category:Tools::QtCreator;
+    homepage = "https://wiki.qt.io/Category:Tools::QtCreator";
     license = "LGPL";
     maintainers = [ maintainers.akaWolf ];
     platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" ];