container2wasm: update GitHub owner name

This commit is contained in:
Sigmanificient
2026-04-30 02:39:49 +02:00
parent a73167a1de
commit 177a83a43d
+4 -4
View File
@@ -9,7 +9,7 @@ buildGoModule (finalAttrs: {
version = "0.8.3";
src = fetchFromGitHub {
owner = "ktock";
owner = "container2wasm";
repo = "container2wasm";
tag = "v${finalAttrs.version}";
hash = "sha256-cE/cKMMslu4GGVV3aRcdsu7cTdsVABZLs8GX6ihgW38=";
@@ -20,7 +20,7 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
"-X=github.com/ktock/container2wasm/version.Version=${finalAttrs.version}"
"-X=github.com/container2wasm/container2wasm/version.Version=${finalAttrs.version}"
];
subPackages = [
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Container to WASM converter";
homepage = "https://github.com/ktock/container2wasm";
changelog = "https://github.com/ktock/container2wasm/releases/tag/v${finalAttrs.version}";
homepage = "https://github.com/container2wasm/container2wasm";
changelog = "https://github.com/container2wasm/container2wasm/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dit7ya ];
mainProgram = "c2w";