aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix')
-rw-r--r--nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix b/nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix
index 0b5ff381730..613f3fa186a 100644
--- a/nixpkgs/pkgs/development/compilers/arachne-pnr/default.nix
+++ b/nixpkgs/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;