1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: liboauth: Correct synopsis and description.

* gnu/packages/web.scm (liboauth): Correct them.
This commit is contained in:
Kei Kebreau
2017-06-05 11:41:29 -04:00
parent 3535181f80
commit 1819fd2cd9

View File

@@ -728,11 +728,11 @@ changes, and much more.")
`(("curl" ,curl)
("nss" ,nss)))
(home-page "https://sourceforge.net/projects/liboauth")
(synopsis "C library implementing the http://oauth.net API")
(synopsis "C library implementing the OAuth API")
(description
"liboauth is a collection of C functions implementing the http://oauth.net
API. liboauth provides functions to escape and encode stings according to
OAuth specifications and offers high-level functionality built on top to sign
"liboauth is a collection of C functions implementing the OAuth API.
liboauth provides functions to escape and encode strings according to OAuth
specifications and offers high-level functionality built on top to sign
requests or verify signatures using either NSS or OpenSSL for calculating the
hash/signatures.")
;; Source code may be distributed under either license.