summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata.json2
-rw-r--r--types/filter_types.pp3
2 files changed, 4 insertions, 1 deletions
diff --git a/metadata.json b/metadata.json
index a07f575..6b286b5 100644
--- a/metadata.json
+++ b/metadata.json
@@ -20,7 +20,7 @@
},
{
"name": "HugoNikanor/letsencrypt",
- "version_requirement": ">= 0.1.0"
+ "version_requirement": "0.1.0"
}
],
"operatingsystem_support": [
diff --git a/types/filter_types.pp b/types/filter_types.pp
index 8a5ef2d..03211fd 100644
--- a/types/filter_types.pp
+++ b/types/filter_types.pp
@@ -1,3 +1,6 @@
+# @summary Filters recognised by cgit.
+#
+# See cgitrc(5) for more information.
type Cgit::Filter_types = Enum[
'about',
'auth',