Commit b69babb0 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Fix entries

parent 2f64f094
......@@ -10,11 +10,17 @@
"url_vcc": "https://code.uplex.de/uplex-varnish/dcs_classifier/raw/master/src/vmod_dcs3.vcc"
},
"4.0": {
"url_vcc": "https://code.uplex.de/uplex-varnish/dcs_classifier/raw/master/src/vmod_dcs4.vcc"
"url_vcc": "https://code.uplex.de/uplex-varnish/dcs_classifier/raw/master/src/vmod_dcs40.vcc"
},
"4.1": {
"url_vcc": "https://code.uplex.de/uplex-varnish/dcs_classifier/raw/master/src/vmod_dcs41.vcc"
},
"5.0": {
"url_vcc": "https://code.uplex.de/uplex-varnish/dcs_classifier/raw/master/src/vmod_dcs5.vcc"
}
},
"status": "mature",
"support": [
"Uplex"
]
}
\ No newline at end of file
}
......@@ -3,7 +3,6 @@
"desc": "Backend selection directors",
"github": {
"branches": {
"3.0": "3.0",
"4.0": "4.0",
"4.1": "4.1",
"master": "master"
......
......@@ -3,7 +3,6 @@
"desc": "Dynamic Backends from DNS lookups",
"github": {
"branches": {
"4.1": "4.1",
"5.0": "master",
"master": "master"
},
......
......@@ -3,7 +3,7 @@
"desc": "Header manipulation",
"github": {
"branches": {
"4.1": "master"
"4.0": "4.0"
},
"project": "libvmod-header",
"user": "varnish",
......@@ -15,4 +15,4 @@
"support": [
"Varnish Software"
]
}
\ No newline at end of file
}
{
"date": "YYYY-MM-DD",
"desc": "Logger",
"github": {
"branches": {
"3.0": "master"
},
"project": "libvmod-logger",
"user": "Dridi",
"vcc_path": "src/vmod_logger.vcc"
},
"license": "FreeBSD",
"name": "logger",
"status": "prototype"
}
\ No newline at end of file
......@@ -7,9 +7,9 @@
},
"project": "libvmod-querystring",
"user": "Dridi",
"vcc_path": "src/vmod.vcc"
"vcc_path": "src/vmod_querystring.vcc"
},
"license": "FreeBSD",
"name": "querystring",
"status": "mature"
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment