diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-04-03 14:55:33 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2013-04-03 14:55:33 +0100 |
commit | 916349b2c2ad6f2373424fb96714128bf61ce034 (patch) | |
tree | fe7d6d7b4cb4c6cf76172ef3cc3fed7276b61006 | |
parent | 1d4a9a6480dc3a1d80270140b9389b690ea92e87 (diff) | |
download | lorries-916349b2c2ad6f2373424fb96714128bf61ce034.tar.gz |
Add nano from tarball
-rw-r--r-- | open-source-lorries/nano-tarball.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/open-source-lorries/nano-tarball.lorry b/open-source-lorries/nano-tarball.lorry new file mode 100644 index 0000000..48f0d98 --- /dev/null +++ b/open-source-lorries/nano-tarball.lorry @@ -0,0 +1,8 @@ +{ + "nano-tarball": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz" + } +} |