works: update wd2 status
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
14c901a8c0
commit
42c3f88cee
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
roles: [Role.Author],
|
roles: [Role.Author],
|
||||||
technologies: [Technology.Bash, Technology.Nix],
|
technologies: [Technology.Bash, Technology.Nix],
|
||||||
startDate: new Date("2022-12-12"),
|
startDate: new Date("2022-12-12"),
|
||||||
status: Status.PassivelyMaintained,
|
endDate: new Date("2023-07-31"),
|
||||||
|
status: Status.AsIs,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "tree-sitter-d2",
|
name: "tree-sitter-d2",
|
||||||
|
|
Loading…
Reference in a new issue