From 8664f2af972e4f5bfbb5ee0696fd5caa5d1bae05 Mon Sep 17 00:00:00 2001 From: otaconix Date: Sun, 31 May 2026 18:25:18 +0200 Subject: [PATCH] youki: update homepage and changelog URLs I'm not exactly sure when this happened, but Youki is no longer being maintained under the _containers_ organization on GitHub, and instead in its own _youki-dev_ organization. --- pkgs/by-name/yo/youki/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/yo/youki/package.nix b/pkgs/by-name/yo/youki/package.nix index c429e7544ec9..2ccfe1d80c6d 100644 --- a/pkgs/by-name/yo/youki/package.nix +++ b/pkgs/by-name/yo/youki/package.nix @@ -57,8 +57,8 @@ rustPlatform.buildRustPackage (finalAttrs: { meta = { description = "Container runtime written in Rust"; - homepage = "https://containers.github.io/youki/"; - changelog = "https://github.com/containers/youki/releases/tag/v${finalAttrs.version}"; + homepage = "https://youki-dev.github.io/youki/"; + changelog = "https://github.com/youki-dev/youki/releases/tag/v${finalAttrs.version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ builditluc ]; platforms = lib.platforms.linux;