diff options
author | xengineering <me@xengineering.eu> | 2022-07-17 14:18:07 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-07-17 14:18:07 +0200 |
commit | 6f633970a4bdb5fbf44168047adfa3e89aba350b (patch) | |
tree | ca8633f38e79cf3f4ba73630251d8839ccee33ff /content/git/xbot.md | |
parent | 6917e0f811a1c04abe77cbf625dfe6206a03ef30 (diff) | |
download | website-6f633970a4bdb5fbf44168047adfa3e89aba350b.tar website-6f633970a4bdb5fbf44168047adfa3e89aba350b.tar.zst website-6f633970a4bdb5fbf44168047adfa3e89aba350b.zip |
Add state parameter to Git repositories
Three states are supported:
- experimental
- active
- archived
Diffstat (limited to 'content/git/xbot.md')
-rw-r--r-- | content/git/xbot.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/git/xbot.md b/content/git/xbot.md index 5a9d7cd..7e236d5 100644 --- a/content/git/xbot.md +++ b/content/git/xbot.md @@ -1,4 +1,5 @@ { "name":"xbot", - "description":"Software to create simpel chat bots for the XMPP/Jabber protocol" + "description":"Software to create simpel chat bots for the XMPP/Jabber protocol", + "state":"archived" } |