From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f02Pf-0007I2-Kp for guix-patches@gnu.org; Sun, 25 Mar 2018 05:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f02Pa-00032u-1q for guix-patches@gnu.org; Sun, 25 Mar 2018 05:58:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44221) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f02PZ-00032d-Tl for guix-patches@gnu.org; Sun, 25 Mar 2018 05:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f02PZ-0004xF-Md for guix-patches@gnu.org; Sun, 25 Mar 2018 05:58:01 -0400 Subject: [bug#30933] [PATCH 1/2] gnu: translate-shell: Update home-page. References: <20180325095455.3806-1-go.wigust@gmail.com> In-Reply-To: <20180325095455.3806-1-go.wigust@gmail.com> Resent-Message-ID: From: Oleg Pykhalov Date: Sun, 25 Mar 2018 12:57:05 +0300 Message-Id: <20180325095706.4508-1-go.wigust@gmail.com> 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: 30933@debbugs.gnu.org * gnu/packages/dictionaries.scm (translate-shell)[home-page]: Append slash. --- gnu/packages/dictionaries.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/dictionaries.scm b/gnu/packages/dictionaries.scm index 3f50070ef..5cd5724f5 100644 --- a/gnu/packages/dictionaries.scm +++ b/gnu/packages/dictionaries.scm @@ -274,7 +274,7 @@ and a Python library.") (native-inputs `(("emacs" ,emacs-minimal) ("util-linux" ,util-linux))) ; hexdump, for the test - (home-page "https://www.soimort.org/translate-shell") + (home-page "https://www.soimort.org/translate-shell/") (synopsis "Translations from the command line") (description "Translate Shell (formerly Google Translate CLI) is a command-line -- 2.16.2