summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 00:53:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-11 01:16:10 +0200
commit614666e48378fce042be32730204df9a44e327e5 (patch)
tree62e4b4d8e48686ee7ebcd519627e8cec6b024b12
parentChange how root readme is sources. (diff)
downloadcgit-614666e48378fce042be32730204df9a44e327e5.tar.gz
cgit-614666e48378fce042be32730204df9a44e327e5.tar.xz
Re-flow metadata.json.
-rw-r--r--metadata.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/metadata.json b/metadata.json
index 8bffaba..4c985d4 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,26 +1,26 @@
{
- "name": "HugoNikanor-cgit",
- "version": "0.1.0",
- "author": "Hugo Hörnquist",
- "license": "None",
- "summary": "Configures cgit.",
- "source": "https://git.hornquist.se/puppet/cgit",
- "dependencies": [
- {
- "name": "puppet/nginx",
- "version_requirement": ">= 3.3.0 < 4.0.0"
- },
- {
- "name": "puppetlabs/stdlib",
- "version_requirement": ">= 8.1.0 < 9.0.0"
- }
- ],
- "operatingsystem_support": [
- {
- "operatingsystem": "Ubuntu",
- "operatingsystemrelease": [
- "18"
- ]
- }
- ]
+ "name": "HugoNikanor-cgit",
+ "version": "0.1.0",
+ "author": "Hugo Hörnquist",
+ "license": "None",
+ "summary": "Configures cgit.",
+ "source": "https://git.hornquist.se/puppet/cgit",
+ "dependencies": [
+ {
+ "name": "puppet/nginx",
+ "version_requirement": ">= 3.3.0 < 4.0.0"
+ },
+ {
+ "name": "puppetlabs/stdlib",
+ "version_requirement": ">= 8.1.0 < 9.0.0"
+ }
+ ],
+ "operatingsystem_support": [
+ {
+ "operatingsystem": "Ubuntu",
+ "operatingsystemrelease": [
+ "18"
+ ]
+ }
+ ]
}