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.
This commit is contained in:
committed by
Stefan Zwanenburg
parent
331800de50
commit
8664f2af97
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user