works: update wd2 status
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Dmitriy Pleshevskiy 2023-07-31 12:05:50 +03:00
parent 14c901a8c0
commit 42c3f88cee
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -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",