From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBLAQ-00088K-Ck for guix-patches@gnu.org; Wed, 25 Apr 2018 10:13:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBLAM-0003wv-5a for guix-patches@gnu.org; Wed, 25 Apr 2018 10:13:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBLAM-0003wj-1H for guix-patches@gnu.org; Wed, 25 Apr 2018 10:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBLAL-0005Hp-Ok for guix-patches@gnu.org; Wed, 25 Apr 2018 10:13:01 -0400 Subject: [bug#31258] [PATCH] gnu: guile-sly: Update home-page. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20180425100600.32735-1-ambrevar@gmail.com> References: <20180425100600.32735-1-ambrevar@gmail.com> From: "Thompson, David" Date: Wed, 25 Apr 2018 10:11:54 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" 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 Neidhardt Cc: 31258@debbugs.gnu.org Hi Pierre, On Wed, Apr 25, 2018 at 6:06 AM, Pierre Neidhardt wrote: > * gnu/packages/guile.scm (guile-sly): Update home-page. > --- > gnu/packages/guile.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm > index b95498871..2af6f875e 100644 > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -1481,7 +1481,7 @@ users and in some situations.") > (description "Sly is a 2D/3D game engine written in Guile Scheme. Sly > features a functional reactive programming interface and live coding > capabilities.") > - (home-page "http://dthompson.us/pages/software/sly.html") > + (home-page "https://dthompson.us/projects/sly.html") > (license license:gpl3+))) > > (define-public g-wrap > -- > 2.17.0 Thanks for this. I need to mention on that page that the project is abandoned, but it's still good to get the URL right. I'm not able to apply patches at the moment. Can someone push this? It has my blessing. ;) - Dave