diff options
-rw-r--r-- | open-source-lorries/eet.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/eina.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/uriparser.lorry | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/open-source-lorries/eet.lorry b/open-source-lorries/eet.lorry new file mode 100644 index 0000000..7acf93b --- /dev/null +++ b/open-source-lorries/eet.lorry @@ -0,0 +1,6 @@ +{ + "eet": { + "type": "git", + "url": "git://git.enlightenment.org/legacy/eet.git" + } +} diff --git a/open-source-lorries/eina.lorry b/open-source-lorries/eina.lorry new file mode 100644 index 0000000..c52dbe0 --- /dev/null +++ b/open-source-lorries/eina.lorry @@ -0,0 +1,6 @@ +{ + "eina": { + "type": "git", + "url": "git://git.enlightenment.org/legacy/eina.git" + } +} diff --git a/open-source-lorries/uriparser.lorry b/open-source-lorries/uriparser.lorry new file mode 100644 index 0000000..cf27ce2 --- /dev/null +++ b/open-source-lorries/uriparser.lorry @@ -0,0 +1,6 @@ +{ + "uriparser": { + "type": "git", + "url": "git://git.code.sf.net/p/uriparser/git" + } +} |