diff options
author | Lorry <lorry@roadtrain.codethink.co.uk> | 2012-02-15 12:47:57 +0000 |
---|---|---|
committer | Lorry <lorry@roadtrain.codethink.co.uk> | 2012-02-15 12:47:57 +0000 |
commit | 6b5d768639984201d95715eaf549b30ce7cb691d (patch) | |
tree | d9be4d11ebc3625e32c080907d82199bdfd2642b | |
parent | d263830dfdcdf0f3c873aaac4fc7710d45e8d9db (diff) | |
download | lorry-6b5d768639984201d95715eaf549b30ce7cb691d.tar.gz |
Remove texinfo, we use the tarball import in bootstrap
-rw-r--r-- | baserock.lorry | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/baserock.lorry b/baserock.lorry index 137453a..75a797c 100644 --- a/baserock.lorry +++ b/baserock.lorry @@ -254,11 +254,6 @@ "type": "git", "url": "git://git.savannah.gnu.org/tar.git" }, - "texinfo": { - "type": "cvs", - "url": ":pserver:anonymous@cvs.savannah.gnu.org:/sources/texinfo", - "module": "texinfo" - }, "vim": { "type": "hg", "url": "https://vim.googlecode.com/hg/" |