gnu: java-eclipse-jetty-test-helper: Fix typo "This package".
* gnu/packages/web (java-eclipse-jetty-test-helper)[description]: Fix typo.master
parent
2e785aa00d
commit
4765692529
|
@ -5605,7 +5605,7 @@ technologies.")
|
||||||
("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))))
|
||||||
|
|
Reference in New Issue