about summary refs log tree commit diff
path: root/pkgs/applications/science/physics/quantomatic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/physics/quantomatic/default.nix')
-rw-r--r--pkgs/applications/science/physics/quantomatic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/physics/quantomatic/default.nix b/pkgs/applications/science/physics/quantomatic/default.nix
index b22b9d412fdc3..a9c83310b2ff4 100644
--- a/pkgs/applications/science/physics/quantomatic/default.nix
+++ b/pkgs/applications/science/physics/quantomatic/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A piece of software for reasoning about monoidal theories; in particular, quantum information processing";
     license = licenses.gpl3;
-    homepage = https://quantomatic.github.io/;
+    homepage = "https://quantomatic.github.io/";
     maintainers = with maintainers; [ nickhu ];
     platforms = platforms.all;
   };