summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-03-29 19:51:30 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-03-29 20:50:24 +0300
commita46498020b6da4c58d0b691a73eb2ad790343b9f (patch)
treecf6531d333c8ad988b7c152752581267b001d5dd
parent0e68695e79f778fd838e300913361571e8b6e368 (diff)
downloadpatches-a46498020b6da4c58d0b691a73eb2ad790343b9f.tar
patches-a46498020b6da4c58d0b691a73eb2ad790343b9f.tar.gz
gnu: nextpnr-ice40: Clean-up description.
* gnu/packages/fpga.scm (nextpnr-ice40)[description]: Appease guix lint.
-rw-r--r--gnu/packages/fpga.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index abdfc35b91..ed5bc14e31 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -290,8 +290,8 @@ Includes the actual FTDI connector.")
"/share/icebox"))
#:tests? #f))
(synopsis "Place-and-Route tool for FPGAs")
- (description "nextpnr aims to be a vendor neutral, timing driven,
-FOSS FPGA place and route tool. ")
+ (description "Nextpnr aims to be a vendor neutral, timing driven,
+FOSS FPGA place and route tool.")
(home-page "https://github.com/YosysHQ/nextpnr")
(license license:expat))))