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:
Vagrant Cascadian 2019-05-22 15:38:27 -07:00
parent 2e785aa00d
commit 4765692529
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -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))))