projects: remove deprecation notice from tinypc
This commit is contained in:
parent
b4b941a5db
commit
e5555a1553
3 changed files with 17 additions and 17 deletions
|
@ -14,6 +14,14 @@ links = [
|
|||
{ name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "tinypc"
|
||||
desc = "LMC assembly interpreter written in pure safe Rust."
|
||||
tags = ["LMC", "assembly", "rust", "interpreter"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "fireguide"
|
||||
desc = "Extremely simple TUI program to create a heatmap based on habits."
|
||||
|
@ -22,14 +30,6 @@ links = [
|
|||
{ name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "tinypc"
|
||||
desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`"
|
||||
tags = ["LMC", "assembly", "rust", "interpreter"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "webchain"
|
||||
desc = "A fast and minimal bookmark manager. `[Deprecated]`"
|
||||
|
|
|
@ -14,6 +14,14 @@ links = [
|
|||
{ name = "git", url = "https://git.devraza.giize.com/devraza/oily-solutions" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "tinypc"
|
||||
desc = "LMC assembly interpreter written in pure safe Rust."
|
||||
tags = ["LMC", "assembly", "rust", "interpreter"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "fireguide"
|
||||
desc = "Extremely simple TUI program to create a heatmap based on habits."
|
||||
|
@ -22,14 +30,6 @@ links = [
|
|||
{ name = "git", url = "https://git.devraza.giize.com/devraza/fireguide" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "tinypc"
|
||||
desc = "LMC assembly interpreter written in pure safe Rust. `[Deprecated]`"
|
||||
tags = ["LMC", "assembly", "rust", "interpreter"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/tinypc" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "webchain"
|
||||
desc = "A fast and minimal bookmark manager. `[Deprecated]`"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue