Loading pkgs/by-name/go/go-away/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitea, nix-update-script, # asset compression brotli, Loading Loading @@ -57,6 +58,12 @@ buildGoModule (finalAttrs: { cp -rv examples/snippets $out/lib/go-away/ ''; 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"; }; meta = { changelog = "https://git.gammaspectra.live/git/go-away/releases/tag/${finalAttrs.src.tag}"; description = "Self-hosted abuse detection and rule enforcement against low-effort mass AI scraping and bots"; Loading @@ -72,5 +79,6 @@ buildGoModule (finalAttrs: { homepage = "https://git.gammaspectra.live/git/go-away"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ hexa ]; mainProgram = "go-away"; }; }) Loading
pkgs/by-name/go/go-away/package.nix +8 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildGoModule, fetchFromGitea, nix-update-script, # asset compression brotli, Loading Loading @@ -57,6 +58,12 @@ buildGoModule (finalAttrs: { cp -rv examples/snippets $out/lib/go-away/ ''; 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"; }; meta = { changelog = "https://git.gammaspectra.live/git/go-away/releases/tag/${finalAttrs.src.tag}"; description = "Self-hosted abuse detection and rule enforcement against low-effort mass AI scraping and bots"; Loading @@ -72,5 +79,6 @@ buildGoModule (finalAttrs: { homepage = "https://git.gammaspectra.live/git/go-away"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ hexa ]; mainProgram = "go-away"; }; })