fence: update upstream repo

This commit is contained in:
Martin Häcker
2026-05-26 09:34:48 +02:00
parent a32b06410f
commit 7111b53c5c
+3 -2
View File
@@ -17,7 +17,7 @@ buildGoModule (finalAttrs: {
version = "0.1.58";
src = fetchFromGitHub {
owner = "Use-Tusk";
owner = "jy-tan";
repo = "fence";
tag = "v${finalAttrs.version}";
hash = "sha256-ACe3N4bXYJW6QDQHtRChFWOTXTZTbEUbZ4d8cuFRqMY=";
@@ -70,7 +70,8 @@ buildGoModule (finalAttrs: {
meta = {
description = "Lightweight, container-free sandbox for running commands with network and filesystem restrictions";
homepage = "https://github.com/Use-Tusk/fence";
homepage = "https://fencesandbox.com";
changelog = "https://github.com/jy-tan/fence/releases";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ dwt ];
mainProgram = "fence";