[PATCH 2/4] gnu: font-liberation: fix source and homepage URL.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ethan R. Jones
  • Leo Famulari
Owner
unassigned
Submitted by
Ethan R. Jones
Severity
normal

Debbugs page

Ethan R. Jones wrote 8 years ago
(address . guix-patches@gnu.org)(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)
20170511024140.1852-2-doubleplusgood23@gmail.com
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c1f0786df..9dae47aa8 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -321,8 +321,8 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.")
(version "2.00.1")
(source (origin
(method url-fetch)
- (uri (string-append "https://fedorahosted.org/releases/l/i/"
- "liberation-fonts/liberation-fonts-ttf-"
+ (uri (string-append "http://releases.pagure.org/liberation-fonts/"
+ "liberation-fonts-ttf-"
version ".tar.gz"))
(sha256
(base32
@@ -355,7 +355,7 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.")
`(("source" ,source)
("tar" ,tar)
("gzip" ,gzip)))
- (home-page "https://fedorahosted.org/liberation-fonts/")
+ (home-page "https://pagure.io/liberation-fonts/")
(synopsis
"Fonts compatible with Arial, Times New Roman, and Courier New")
(description
--
2.12.2
Leo Famulari wrote 8 years ago
(name . Ethan R. Jones)(address . doubleplusgood23@gmail.com)(address . 26873-done@debbugs.gnu.org)
20170511034933.GB4088@jasmine
On Wed, May 10, 2017 at 10:41:38PM -0400, Ethan R. Jones wrote:
Toggle quote (16 lines)
> ---
> gnu/packages/fonts.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index c1f0786df..9dae47aa8 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -321,8 +321,8 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.")
> (version "2.00.1")
> (source (origin
> (method url-fetch)
> - (uri (string-append "https://fedorahosted.org/releases/l/i/"
> - "liberation-fonts/liberation-fonts-ttf-"
> + (uri (string-append "http://releases.pagure.org/liberation-fonts/"

I made this use HTTPS...

Toggle quote (11 lines)
> + "liberation-fonts-ttf-"
> version ".tar.gz"))
> (sha256
> (base32
> @@ -355,7 +355,7 @@ sans-serif designed for on-screen reading. It is used by GNOME@tie{}3.")
> `(("source" ,source)
> ("tar" ,tar)
> ("gzip" ,gzip)))
> - (home-page "https://fedorahosted.org/liberation-fonts/")
> + (home-page "https://pagure.io/liberation-fonts/")

... and pushed as 779669abfd68489b7b3c9efe0ff5af5e672a390c. Thanks!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlkT300ACgkQJkb6MLrK
fwifeQ//f2GhwOB1PsWh9uWaow++dojyl+0yzNxaQJrokZ3OHOGjz8bJBj/TKVSM
SOaRcQPvNesgbOsujs7/ssz18eYeUZnTshrCGl/EpEE2/rlRAw4TX6mycgOo0oBi
GuB7dzccaTW99oBFAj5G4/BRNo2VWv3Y708QebdgHWulD3I/e0/xpAV0heUHfNSh
9n/Ro9LH2GclyZJdUKDtRq759vJR+DhKTlB2vPBZsHDrhRWDk4goxVr8OKbkH+b3
dNWX6dxsVKmW0pgpbwIqRHvWpBZOH7SWA2Ky63SlsmOJtyvwPj4eiws5RpDNptFm
MOQrxdt7irH85o1iKj+XCSyDYK9KOjjKZ+cGefWkNbmdtdDxYDlJlH51mdXXgcOB
exbsze5xlD743cg/ZEEw6BYPtocb6Odl/AjTQRxKODBOhfShmaR8EVEtpoaNf51M
4OSigMDFi/EK0u0aY2j6NGSEoq0NmIhe/tI9IdpSus4UdQ2rHZA8zQtVoqI7RDrk
rsHltkFGXR5iLa1OMiIhtcc12eGymaIGjTLnWUtyaI4xZvS8EMhv6RbNtwXOR35l
yaEVIRYojWFQYFjdPjmuYzgjseO7sfx2WqrW4A5uWttm5uxuZLkRC7MGKTt4P+f6
gCa8mg1hZrUSp/kKhbtFD6Hnchu/ZnwBt5Ji7vK94mekLUYs8P0=
=f3AL
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26873@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26873
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help