mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: liboauth: Correct synopsis and description.
* gnu/packages/web.scm (liboauth): Correct them.
This commit is contained in:
parent
3535181f80
commit
1819fd2cd9
1 changed files with 4 additions and 4 deletions
|
@ -728,11 +728,11 @@ (define-public liboauth
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
("nss" ,nss)))
|
("nss" ,nss)))
|
||||||
(home-page "https://sourceforge.net/projects/liboauth")
|
(home-page "https://sourceforge.net/projects/liboauth")
|
||||||
(synopsis "C library implementing the http://oauth.net API")
|
(synopsis "C library implementing the OAuth API")
|
||||||
(description
|
(description
|
||||||
"liboauth is a collection of C functions implementing the http://oauth.net
|
"liboauth is a collection of C functions implementing the OAuth API.
|
||||||
API. liboauth provides functions to escape and encode stings according to
|
liboauth provides functions to escape and encode strings according to OAuth
|
||||||
OAuth specifications and offers high-level functionality built on top to sign
|
specifications and offers high-level functionality built on top to sign
|
||||||
requests or verify signatures using either NSS or OpenSSL for calculating the
|
requests or verify signatures using either NSS or OpenSSL for calculating the
|
||||||
hash/signatures.")
|
hash/signatures.")
|
||||||
;; Source code may be distributed under either license.
|
;; Source code may be distributed under either license.
|
||||||
|
|
Loading…
Reference in a new issue