diff options
-rw-r--r-- | open-source-lorries/c2man.lorry | 6 | ||||
-rw-r--r-- | open-source-lorries/fribidi.lorry | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/c2man.lorry b/open-source-lorries/c2man.lorry new file mode 100644 index 0000000..b456868 --- /dev/null +++ b/open-source-lorries/c2man.lorry @@ -0,0 +1,6 @@ +{ + "c2man": { + "type": "git", + "url": "git://anongit.freedesktop.org/fribidi/c2man" + } +} diff --git a/open-source-lorries/fribidi.lorry b/open-source-lorries/fribidi.lorry new file mode 100644 index 0000000..03c2f11 --- /dev/null +++ b/open-source-lorries/fribidi.lorry @@ -0,0 +1,6 @@ +{ + "fribidi": { + "type": "git", + "url": "git://anongit.freedesktop.org/fribidi/fribidi" + } +} |