mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: java-eclipse-jetty-test-helper: Fix typo "This package".
* gnu/packages/web (java-eclipse-jetty-test-helper)[description]: Fix typo.
This commit is contained in:
parent
2e785aa00d
commit
4765692529
1 changed files with 1 additions and 1 deletions
|
@ -5605,7 +5605,7 @@ (define-public java-eclipse-jetty-test-helper
|
||||||
("hamcrest" ,java-hamcrest-all)))
|
("hamcrest" ,java-hamcrest-all)))
|
||||||
(home-page "https://www.eclipse.org/jetty/")
|
(home-page "https://www.eclipse.org/jetty/")
|
||||||
(synopsis "Helper classes for jetty tests")
|
(synopsis "Helper classes for jetty tests")
|
||||||
(description "This packages contains helper classes for testing the Jetty
|
(description "This package contains helper classes for testing the Jetty
|
||||||
Web Server.")
|
Web Server.")
|
||||||
;; This program is licensed under both epl and asl.
|
;; This program is licensed under both epl and asl.
|
||||||
(license (list license:epl1.0 license:asl2.0))))
|
(license (list license:epl1.0 license:asl2.0))))
|
||||||
|
|
Loading…
Reference in a new issue