Unverified Commit e13e1d66 authored by dish's avatar dish Committed by GitHub
Browse files

go-away: fix updateScript (#459654)

parents fd12f481 c2d1ffcc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 = {