Switch module identifier

From alexschroeder.ch/cgit/oddmu to src.alexschroeder.ch/oddmu.git
This commit is contained in:
Alex Schroeder
2025-09-02 23:00:36 +02:00
parent f635cb738a
commit 2092b5777c
2 changed files with 1 additions and 6 deletions

View File

@@ -178,11 +178,6 @@ make docs
The `Makefile` in the `man` directory has targets to create Markdown
and HTML files.
As the repository changed URLs a few times (from GitHub, to
self-hosted using `cgit` to self-hosted using `legit`), there is no
way to install it using `go install`. You need to `git clone` the
repository and build it locally.
## Running
The working directory is where pages are saved and where templates are

2
go.mod
View File

@@ -1,4 +1,4 @@
module alexschroeder.ch/cgit/oddmu
module src.alexschroeder.ch/oddmu.git
go 1.22