From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gcTWJ-00068L-HU for guix-patches@gnu.org; Thu, 27 Dec 2018 06:08:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gcTWE-0000Gh-GG for guix-patches@gnu.org; Thu, 27 Dec 2018 06:08:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35775) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gcTWE-0000G7-CU for guix-patches@gnu.org; Thu, 27 Dec 2018 06:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gcTWE-0000kl-60 for guix-patches@gnu.org; Thu, 27 Dec 2018 06:08:02 -0500 Subject: bug#33406: [PATCH] gnu: package: Add guile-mastodon. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <32726cb4-9df8-d585-fa01-548ae5eb2ff1@parouby.fr> <20181120164624.25726-1-contact@parouby.fr> Date: Thu, 27 Dec 2018 12:07:01 +0100 In-Reply-To: <20181120164624.25726-1-contact@parouby.fr> (Pierre-Antoine Rouby's message of "Tue, 20 Nov 2018 17:46:24 +0100") Message-ID: <871s63b54a.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre-Antoine Rouby Cc: 33406-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Pierre-Antoine! Pierre-Antoine Rouby skribis: > * gnu/packages/guile.scm (guile-mastodon): New variable. Looks like this had fallen through the cracks=E2=80=A6 Applied with the cosmetic changes below. Thank you, and sorry for the delay! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=E2=80=99s foreign function inte= rface.") ("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 federat= ed +microblogging service.") (license license:gpl3+))) =20 ;;; guile.scm ends here --=-=-=--