diff options
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/openssl-new.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/openssl.lorry | 7 |
2 files changed, 6 insertions, 7 deletions
diff --git a/open-source-lorries/openssl-new.lorry b/open-source-lorries/openssl-new.lorry new file mode 100644 index 0000000..fe263de --- /dev/null +++ b/open-source-lorries/openssl-new.lorry @@ -0,0 +1,6 @@ +{ + "openssl-new": { + "type": "git", + "url": "git://github.com/openssl/openssl" + } +} diff --git a/open-source-lorries/openssl.lorry b/open-source-lorries/openssl.lorry deleted file mode 100644 index 161223c..0000000 --- a/open-source-lorries/openssl.lorry +++ /dev/null @@ -1,7 +0,0 @@ -{ - "openssl": { - "type": "cvs", - "url": "anonymous@cvs.openssl.org:/openssl-cvs", - "module": "openssl" - } -} |