diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-14 08:48:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-14 08:48:54 +0000 |
commit | 0120561900199dd3bd20811bdfd66449298f2cfe (patch) | |
tree | 9e1a787fa6d71555527b3c76adc7882415f47dc9 /packages/ttf-fonts | |
parent | f405da1066659317ca46c5a092b163bfbdceada2 (diff) |
ttf-liberation: fetch from http not https - closes #3153
Diffstat (limited to 'packages/ttf-fonts')
-rw-r--r-- | packages/ttf-fonts/ttf-liberation_0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ttf-fonts/ttf-liberation_0.2.bb b/packages/ttf-fonts/ttf-liberation_0.2.bb index b3c96000fe..94b4012d3e 100644 --- a/packages/ttf-fonts/ttf-liberation_0.2.bb +++ b/packages/ttf-fonts/ttf-liberation_0.2.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://www.redhat.com/promo/fonts/" require ttf.inc -SRC_URI = "https://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz" +SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz" S = "${WORKDIR}/liberation-fonts-${PV}" PACKAGES = "ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif" |