guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: liboauth: Correct synopsis and description.


From: Kei Kebreau
Subject: 01/01: gnu: liboauth: Correct synopsis and description.
Date: Mon, 5 Jun 2017 11:43:34 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 1819fd2cd9bc7b4477a90dec4e7febef90fe8fc0
Author: Kei Kebreau <address@hidden>
Date:   Mon Jun 5 11:41:29 2017 -0400

    gnu: liboauth: Correct synopsis and description.
    
    * gnu/packages/web.scm (liboauth): Correct them.
---
 gnu/packages/web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ab872d9..5f27ef9 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]