aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/registries.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/maintainers/registries.md b/docs/maintainers/registries.md
index bef296ea3..a4df8d32b 100644
--- a/docs/maintainers/registries.md
+++ b/docs/maintainers/registries.md
@@ -282,7 +282,7 @@ version:
{
"version": "2.6.2",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.2_0"
+ "path": "$/ports/kitten/2.6.2_0"
}
]
}
@@ -305,12 +305,12 @@ your `versions/k-/kitten.json`:
{
"version": "2.6.3",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.3_0"
+ "path": "$/ports/kitten/2.6.3_0"
},
{
"version": "2.6.2",
"port-version": 0,
- "git-tree": "$/ports/kitten/2.6.2_0"
+ "path": "$/ports/kitten/2.6.2_0"
}
]
}
@@ -354,4 +354,4 @@ as well (remember not to modify existing baselines):
}
```
-and you're done! \ No newline at end of file
+and you're done!