From 938a8662d46a73760908c2760ca09a77080acaf3 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Tue, 14 Apr 2026 14:45:05 +1000 Subject: [PATCH] update upstream to github --- nixide-sys/Cargo.toml | 4 ++-- nixide/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"