diff options
| -rwxr-xr-x | aoc-cacheclear | 2 | ||||
| -rwxr-xr-x | aoc-inputdl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aoc-cacheclear b/aoc-cacheclear index 34313b0..2905c26 100755 --- a/aoc-cacheclear +++ b/aoc-cacheclear @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2025 taitep -# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools) +# Part of aoctools (git.taitep.se/aoctools.git or github.com/taitep/aoctools) # SPDX-License-Identifier: MIT set -euo pipefail diff --git a/aoc-inputdl b/aoc-inputdl index bb220d9..c7770d8 100755 --- a/aoc-inputdl +++ b/aoc-inputdl @@ -1,6 +1,6 @@ #!/bin/bash # Copyright (C) 2025 taitep -# Part of aoctools (gitea.taitep.se/taitep/aoctools or github.com/taitep/aoctools) +# Part of aoctools (git.taitep.se/aoctools.git or github.com/taitep/aoctools) # SPDX-License-Identifier: MIT set -euo pipefail |
