aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gitea/package.json
diff options
context:
space:
mode:
authorLibravatar Flying--Dutchman <github@dutches.de>2022-05-12 21:28:38 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-12 19:28:38 +0000
commitdd58de1e4c211f6b8601d99160bdca39cbee9993 (patch)
tree6914226698dc5e1e8be4ac9158c49ee96fa14949 /recipes/gitea/package.json
parentdocs: add beerpiss as a contributor for code (#25) [skip ci] (diff)
downloadferdium-recipes-dd58de1e4c211f6b8601d99160bdca39cbee9993.tar.gz
ferdium-recipes-dd58de1e4c211f6b8601d99160bdca39cbee9993.tar.zst
ferdium-recipes-dd58de1e4c211f6b8601d99160bdca39cbee9993.zip
Add Gitea recipe (#27)
Diffstat (limited to 'recipes/gitea/package.json')
-rwxr-xr-xrecipes/gitea/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gitea/package.json b/recipes/gitea/package.json
new file mode 100755
index 0000000..7856503
--- /dev/null
+++ b/recipes/gitea/package.json
@@ -0,0 +1,9 @@
1{
2 "id": "gitea",
3 "name": "Gitea",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasCustomUrl": true
8 }
9}