summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorKei Kebreau <kei@openmailbox.org>2017-06-05 11:41:29 -0400
committerKei Kebreau <kei@openmailbox.org>2017-06-05 11:41:29 -0400
commit1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0 (patch)
treef9e778f21c28f3028fff32c0b88589e1dbc6642a /gnu/packages/web.scm
parent3535181f808129f6807025c848ce6e4c2cf808d9 (diff)
downloadguix-patches-1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0.tar
guix-patches-1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0.tar.gz
gnu: liboauth: Correct synopsis and description.
* gnu/packages/web.scm (liboauth): Correct them.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ab872d96b9..5f27ef957d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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.