summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/fail2ban.lorry6
-rw-r--r--open-source-lorries/pyinotify.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/fail2ban.lorry b/open-source-lorries/fail2ban.lorry
new file mode 100644
index 0000000..73239ea
--- /dev/null
+++ b/open-source-lorries/fail2ban.lorry
@@ -0,0 +1,6 @@
+{
+ "fail2ban": {
+ "type": "git",
+ "url": "git://github.com/fail2ban/fail2ban.git"
+ }
+}
diff --git a/open-source-lorries/pyinotify.lorry b/open-source-lorries/pyinotify.lorry
new file mode 100644
index 0000000..9e9a27a
--- /dev/null
+++ b/open-source-lorries/pyinotify.lorry
@@ -0,0 +1,6 @@
+{
+ "pyinotify": {
+ "type": "git",
+ "url": "git://github.com/seb-m/pyinotify.git"
+ }
+}