bug#33406: [PATCH] gnu: package: Add guile-mastodon.

Message ID 871s63b54a.fsf@gnu.org
State Accepted
Headers show
Series bug#33406: [PATCH] gnu: package: Add guile-mastodon. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Ludovic Courtès Dec. 27, 2018, 11:07 a.m. UTC
Hi Pierre-Antoine!

Pierre-Antoine Rouby <contact@parouby.fr> skribis:

> * gnu/packages/guile.scm (guile-mastodon): New variable.

Looks like this had fallen through the cracks…  Applied with the
cosmetic changes below.  Thank you, and sorry for the delay!

Ludo’.

Patch

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 21ec257021..07b568ee7c 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -2353,8 +2353,9 @@  Scheme by using Guile’s foreign function interface.")
        ("guile-json" ,guile-json)))
     (home-page "https://framagit.org/prouby/guile-mastodon")
     (synopsis "Guile Mastodon REST API module")
-    (description "This package provides Guile module for Mastodon REST API
-@url{https://docs.joinmastodon.org/api/}.")
+    (description "This package provides Guile modules to access the
+@uref{https://docs.joinmastodon.org/api/, REST API of Mastodon}, a federated
+microblogging service.")
     (license license:gpl3+)))
 
 ;;; guile.scm ends here