summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-07 23:55:58 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:47:41 +0100
commit8f2a84f244bd8101887b5c7bd8a3c7b2851a2f64 (patch)
treedea4c1c5d6daf0a93624e97c116f1bb79b73f8db
parentd11a808aa90ce02aaceef7876a2e945fe279c6d0 (diff)
downloadlorries-8f2a84f244bd8101887b5c7bd8a3c7b2851a2f64.tar.gz
Update mirroring of lua-scrypt
lua-scrypt moved from a Bazaar host to a Git host. Use a different name for the new mirror. Mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/lua-scrypt.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/lua-scrypt.lorry b/open-source-lorries/lua-scrypt.lorry
index 8a3f1b3..8f2d0b2 100644
--- a/open-source-lorries/lua-scrypt.lorry
+++ b/open-source-lorries/lua-scrypt.lorry
@@ -1,6 +1,11 @@
{
"lua-scrypt": {
"type": "bzr",
- "url": "http://bzr.rjek.com/public/lua-scrypt/"
+ "url": "http://bzr.rjek.com/public/lua-scrypt/",
+ "description": "Obsolete (use lua-scrypt-git)"
+ },
+ "lua-scrypt-git": {
+ "type": "git",
+ "url": "https://git.gitano.org.uk/lua-scrypt.git"
}
}