summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 13:34:12 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commitd4918d93aefdd41a29f989aa3a2a483ecbf5c7c2 (patch)
tree1281e5202f188522dcb2c34b4412f1868d4039f8
parentad1674646581d3db23876ec4ae6a028d63063b8e (diff)
downloadlorries-d4918d93aefdd41a29f989aa3a2a483ecbf5c7c2.tar.gz
Update mirroring of pexpect
pexpect moved from Sourceforge to GitHub. Since it switched from Subversion to Git, use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/pexpect.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/pexpect.lorry b/open-source-lorries/pexpect.lorry
index 678324c..bc13aef 100644
--- a/open-source-lorries/pexpect.lorry
+++ b/open-source-lorries/pexpect.lorry
@@ -2,6 +2,11 @@
"pexpect": {
"type": "svn",
"url": "https://svn.code.sf.net/p/pexpect/code/",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use pexpect-git)"
+ },
+ "pexpect-git": {
+ "type": "git",
+ "url": "https://github.com/pexpect/pexpect.git"
}
}