diff --git a/nixide-sys/Cargo.toml b/nixide-sys/Cargo.toml index 41a1b93..a0764de 100644 --- a/nixide-sys/Cargo.toml +++ b/nixide-sys/Cargo.toml @@ -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 " ] edition = "2024" diff --git a/nixide/Cargo.toml b/nixide/Cargo.toml index d72f945..d1ec29c 100644 --- a/nixide/Cargo.toml +++ b/nixide/Cargo.toml @@ -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 " ] edition = "2024" build = "build.rs"