From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gOqNu-00026R-DO for guix-patches@gnu.org; Mon, 19 Nov 2018 15:43:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gOqNr-0000Er-6Y for guix-patches@gnu.org; Mon, 19 Nov 2018 15:43:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gOqNr-0000En-36 for guix-patches@gnu.org; Mon, 19 Nov 2018 15:43:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gOqNr-0005ms-05 for guix-patches@gnu.org; Mon, 19 Nov 2018 15:43:03 -0500 Subject: [bug#33434] [PATCH] gnu: font-ubuntu: Update url. Resent-Message-ID: Date: Mon, 19 Nov 2018 15:41:59 -0500 From: Leo Famulari Message-ID: <20181119204159.GA8840@jasmine.lan> References: <87sgzxeyfp.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sgzxeyfp.fsf@gnu.org> 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: Jan Nieuwenhuizen Cc: 33434@debbugs.gnu.org On Mon, Nov 19, 2018 at 07:04:26PM +0100, Jan Nieuwenhuizen wrote: > I found the previous URL to no longer work. I would like to find a > cleaner url. WDYT? > - (uri (string-append > - "http://font.ubuntu.com/download/ubuntu-font-family-" > - version ".zip")) > + (uri (string-append "https://launchpad.net/" > + "ubuntu/+archive/primary/+sourcefiles/" > + "ubuntu-font-family-sources/" > + "0.83-0ubuntu1/" > + "ubuntu-font-family-sources_0.83" > + ".orig.tar.gz")) I found the correct zip file in the download section of this page: https://design.ubuntu.com/font/ Specifically: https://assets.ubuntu.com/v1/fad7939b-ubuntu-font-family-0.83.zip What did you mean about the change being for core-updates?