go-away: fix updateScript (#459654)

This commit is contained in:
dish
2025-11-08 04:34:22 +00:00
committed by GitHub
+4 -1
View File
@@ -61,7 +61,10 @@ buildGoModule (finalAttrs: {
passthru.updateScript = nix-update-script {
# the main repository does not have the releases feed enabled, so use the
# codeberg mirror
url = "https://codeberg.org/gone/go-away";
extraArgs = [
"--url"
"https://codeberg.org/gone/go-away"
];
};
meta = {