update authors

This commit is contained in:
do butterflies cry? 2026-03-29 00:00:19 +10:00
parent 42bebde52d
commit 29a8f4af53
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 3 additions and 8 deletions

View file

@ -5,10 +5,7 @@ version = "0.1.0"
readme = "../README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/luminary/nixide"
authors = [
"_cry64 <them@dobutterfliescry.net>",
"foxxyora <foxxyora@noreply.codeberg.org>"
]
authors = [ "_cry64 <them@dobutterfliescry.net>" ]
edition = "2024"
build = "build.rs"

View file

@ -5,11 +5,9 @@ version = "0.1.0"
readme = "../README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/luminary/nixide"
authors = [
"_cry64 <them@dobutterfliescry.net>",
"foxxyora <foxxyora@noreply.codeberg.org>",
]
authors = [ "_cry64 <them@dobutterfliescry.net>" ]
edition = "2024"
build = "build.rs"
[lib]
path = "src/lib.rs"