update upstream to github

This commit is contained in:
do butterflies cry? 2026-04-14 14:45:05 +10:00
parent 7b417554ee
commit 938a8662d4
Signed by: cry
GPG key ID: F68745A836CA0412
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
[package]
name = "nixide-sys"
description = "Unsafe direct FFI bindings to libnix C API"
description = "Unsafe direct FFI bindings to the libnix C API"
version = "0.1.0"
readme = "../README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/luminary/nixide"
repository = "https://github.com/cry128/nixide"
authors = [ "_cry64 <them@dobutterfliescry.net>" ]
edition = "2024"

View file

@ -4,7 +4,7 @@ description = "Safe & oxidized bindings to the Nix API"
version = "0.1.0"
readme = "../README.md"
license = "GPL-3.0"
repository = "https://codeberg.org/luminary/nixide"
repository = "https://github.com/cry128/nixide"
authors = [ "_cry64 <them@dobutterfliescry.net>" ]
edition = "2024"
build = "build.rs"