diff --git a/Cargo.toml b/Cargo.toml index 0e4df5d..6347bdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0-snapshot" description = "The deadliest poison known to AI" license = "MIT" - homepage = "https://git.madhouse-project.org/algernon/iocaine" + homepage = "https://iocaine.madhouse-project.org/" repository = "https://git.madhouse-project.org/algernon/iocaine" edition = "2021" diff --git a/flake.nix b/flake.nix index 0c10572..e250112 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ Labels = { "org.opencontainers.image.description" = "The deadliest poison known to AI"; "org.opencontainers.image.source" = "https://git.madhouse-project.org/algernon/iocaine"; - "org.opencontainers.image.url" = "https://git.madhouse-project.org/algernon/iocaine"; + "org.opencontainers.image.url" = "https://iocaine.madhouse-project.org/"; "org.opencontainers.image.authors" = "Gergely Nagy"; "org.opencontainers.image.licenses" = "MIT"; };