mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-myhdl: Fix trailing whitespace in description.
* gnu/packages/fpga.scm (python-myhdl)[description]: Fix trailing whitespace.
This commit is contained in:
parent
d6bec1d46c
commit
80f179fb6b
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ (define-public python-myhdl
|
|||
(home-page "http://www.myhdl.org/")
|
||||
(synopsis "Python as a Hardware Description Language")
|
||||
(description "This package provides a library to turn Python into
|
||||
a hardware description and verification language. ")
|
||||
a hardware description and verification language.")
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
(define-public nvc
|
||||
|
|
Loading…
Reference in a new issue