diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-07 09:56:39 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2012-03-07 09:56:39 +0000 |
commit | c8f3fa6ab6afc953afe24a9566413c4b45ddfa7b (patch) | |
tree | edab1cbd9f83ca3dcf83fa62076b1f13d7d7c2cd | |
parent | 0742d5bd9779c890b71cf84f0caadb758732f983 (diff) | |
download | lorry-c8f3fa6ab6afc953afe24a9566413c4b45ddfa7b.tar.gz |
lorries: fix freetype, remove ghostscript
Both lorries pointed to empty repositories.
The savannah project pages are to blame.
The freetype repository was found.
Ghostscript appears to be hosted at ghostscript.com, but the repo
is git://git.ghostscript.com/ghostpdl.git which implies it is more
than just ghostscript now.
-rw-r--r-- | lorries/freetype.lorry | 2 | ||||
-rw-r--r-- | lorries/ghostscript.lorry | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/lorries/freetype.lorry b/lorries/freetype.lorry index c46fae3..1d38e17 100644 --- a/lorries/freetype.lorry +++ b/lorries/freetype.lorry @@ -1,6 +1,6 @@ { "freetype": { "type": "git", - "url": "git://git.savannah.nongnu.org/freetype.git" + "url": "git://git.sv.gnu.org/freetype/freetype2.git" } } diff --git a/lorries/ghostscript.lorry b/lorries/ghostscript.lorry deleted file mode 100644 index a06e806..0000000 --- a/lorries/ghostscript.lorry +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ghostscript": { - "type": "git", - "url": "git://git.savannah.gnu.org/ghostscript.git" - } -} |