summary refs log tree commit diff
path: root/pkgs/applications/misc/firestarter/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/firestarter/default.nix')
-rw-r--r--pkgs/applications/misc/firestarter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/firestarter/default.nix b/pkgs/applications/misc/firestarter/default.nix
index 82bcf5a4aa0..05c535e62c0 100644
--- a/pkgs/applications/misc/firestarter/default.nix
+++ b/pkgs/applications/misc/firestarter/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://tu-dresden.de/zih/forschung/projekte/firestarter;
+    homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
     description = "Processor Stress Test Utility";
     platforms = platforms.linux;
     maintainers = with maintainers; [ astro ];