diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-01 01:05:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-01 01:08:03 +0700 |
| commit | 3ed69f535b6081bfa88b83f6fbf8c94527afe350 (patch) | |
| tree | d92cc08f2586d9e75c9345f0609522e17bd4fb5c /go.mod | |
| parent | 0e4126ad99a216a08896156d31aafe3ab5611ba2 (diff) | |
| download | jarink-3ed69f535b6081bfa88b83f6fbf8c94527afe350.tar.xz | |
all: rename the program and repository into jarink
Jarink is a program to help web administrator to maintains their website.
Currently its provides a command to scan for brokenlinks.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ // SPDX-FileCopyrightText: 2025 M. Shulhan <ms@kilabit.info> // SPDX-License-Identifier: GPL-3.0-only -module git.sr.ht/~shulhan/deadlinks +module git.sr.ht/~shulhan/jarink -go 1.25 +go 1.24 require ( git.sr.ht/~shulhan/pakakeh.go v0.60.1 |
