summary refs log tree commit diff
path: root/pkgs/development/compilers/arachne-pnr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/arachne-pnr/default.nix')
-rw-r--r--pkgs/development/compilers/arachne-pnr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/arachne-pnr/default.nix b/pkgs/development/compilers/arachne-pnr/default.nix
index 0b5ff381730..613f3fa186a 100644
--- a/pkgs/development/compilers/arachne-pnr/default.nix
+++ b/pkgs/development/compilers/arachne-pnr/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
       is a textual bitstream representation for assembly by
       the IceStorm [2] icepack command.
     '';
-    homepage = https://github.com/cseed/arachne-pnr;
+    homepage = "https://github.com/cseed/arachne-pnr";
     license = stdenv.lib.licenses.mit;
     maintainers = with stdenv.lib.maintainers; [ shell thoughtpolice ];
     platforms = stdenv.lib.platforms.linux;