From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czOpy-0001NT-1T for guix-patches@gnu.org; Sat, 15 Apr 2017 10:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czOpu-0005Ph-TN for guix-patches@gnu.org; Sat, 15 Apr 2017 10:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:50860) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czOpu-0005PJ-OF for guix-patches@gnu.org; Sat, 15 Apr 2017 10:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czOpu-0001zj-FZ for guix-patches@gnu.org; Sat, 15 Apr 2017 10:38:02 -0400 Subject: bug#26515: Acknowledgement ([PATCH] gnu: Add emacs-calfw.) Resent-Message-ID: References: <20170415112452.912-1-va511e@yahoo.com> From: Vasile Dumitrascu Message-ID: Date: Sat, 15 Apr 2017 14:37:00 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------117E3D45CF335881273A76B2" 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: 26515@debbugs.gnu.org This is a multi-part message in MIME format. --------------117E3D45CF335881273A76B2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi I have added a small correction on the homepage for calfw, as I forgot to update the Url from the code stub I have used. Thank you, Vasile GNU bug Tracking System: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 26515@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > --------------117E3D45CF335881273A76B2 Content-Type: text/x-patch; name="0001-gnu-emacs-calfw-Homepage-correction.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-gnu-emacs-calfw-Homepage-correction.patch" >From 0f1d9e797853a59767190b2f55907769f4837255 Mon Sep 17 00:00:00 2001 From: Vasile Dumitrascu Date: Sat, 15 Apr 2017 16:32:55 +0200 Subject: [PATCH] gnu: emacs-calfw: Homepage correction. * gnu/packages/emacs.scm (emacs-calfw): Homepage correction. [home-page]: Update homepage. --- gnu/packages/emacs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index aa7d21dbc..4d420037c 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -1221,7 +1221,7 @@ or XEmacs.") (base32 "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l")))) (build-system emacs-build-system) - (home-page "https://elpa.gnu.org/packages/aggressive-indent.html") + (home-page "https://github.com/kiwanami/emacs-calfw/") (synopsis "Calendar framework for Emacs") (description "This program displays a calendar view in the Emacs buffer.") -- 2.11.0 --------------117E3D45CF335881273A76B2--