works: fix links to github
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4d0b59f2c3
commit
8693341873
1 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
statuses: [Status.PassivelyMaintained],
|
statuses: [Status.PassivelyMaintained],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: RepoLink("estring", "github.com/pleshevskiy/estring"),
|
name: RepoLink("estring", "//github.com/pleshevskiy/estring"),
|
||||||
description: "A simple way to parse a string using type annotations.",
|
description: "A simple way to parse a string using type annotations.",
|
||||||
roles: [Role.Author],
|
roles: [Role.Author],
|
||||||
technologies: [Technology.Rust],
|
technologies: [Technology.Rust],
|
||||||
|
@ -167,7 +167,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
statuses: [Status.PassivelyMaintained],
|
statuses: [Status.PassivelyMaintained],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: RepoLink("enve", "github.com/pleshevskiy/enve"),
|
name: RepoLink("enve", "//github.com/pleshevskiy/enve"),
|
||||||
description:
|
description:
|
||||||
"It helps you work with environment variables and convert it to any type using only type annotations",
|
"It helps you work with environment variables and convert it to any type using only type annotations",
|
||||||
roles: [Role.Author],
|
roles: [Role.Author],
|
||||||
|
@ -176,7 +176,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
|
||||||
statuses: [Status.PassivelyMaintained],
|
statuses: [Status.PassivelyMaintained],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: RepoLink("dexios", "github.com/brxken128/dexios"),
|
name: RepoLink("dexios", "//github.com/brxken128/dexios"),
|
||||||
description:
|
description:
|
||||||
"Dexios is a fast, secure, and open source command-line encryption tool.",
|
"Dexios is a fast, secure, and open source command-line encryption tool.",
|
||||||
roles: [Role.Collaborator],
|
roles: [Role.Collaborator],
|
||||||
|
|
Loading…
Reference in a new issue