Update home repo links.

This commit is contained in:
Mahlon E. Smith 2025-06-28 17:33:07 -07:00
parent 673a9a0353
commit 2346b079cf
Signed by: mahlon
SSH key fingerprint: SHA256:dP84sRGKZRpOOiPD/+GuOq+SHSxEw9qi5BWLQobaHm0
2 changed files with 5 additions and 11 deletions

View file

@ -1,3 +0,0 @@
Session.vim
.cache/*
docs/*

View file

@ -52,12 +52,10 @@ to steer clear:
Installation Installation
------------ ------------
You can check out the current development source with Fossil via its You can check out the current development source with Git/Jujutsu via its
[home repo](https://code.martini.nu/fossil/sieb), or with Git at its [home repo](https://code.martini.nu/mahlon/sieb), or at its
[project mirror](https://github.com/mahlonsmith/sieb). [project mirror](https://github.com/mahlonsmith/sieb).
Alternatively, you can download the latest version [directly](https://code.martini.nu/fossil/sieb/uv/release/sieb-latest.tar.gz).
With the [nim](https://nim-lang.org/) environment installed and the Sieb With the [nim](https://nim-lang.org/) environment installed and the Sieb
repository cloned, simply type: repository cloned, simply type:
@ -146,7 +144,7 @@ compared case-insensitively.
Rules are executed top down, first match wins. Rules are executed top down, first match wins.
rules: rules:
- -
match: match:
subject: whatever subject: whatever
filter: filter:
@ -157,7 +155,7 @@ There is a special key called "TO", that matches both "To:" and "Cc:" headers
simultaneously for convenience. Keep in mind that mail addresses can include simultaneously for convenience. Keep in mind that mail addresses can include
quotes, real names, etc. Use greedy matching! quotes, real names, etc. Use greedy matching!
- -
match: match:
TO: .*freebsd-questions@FreeBSD.org.* TO: .*freebsd-questions@FreeBSD.org.*
deliver: .freebsd-lists deliver: .freebsd-lists
@ -208,5 +206,4 @@ logs with garbage. Sieb is silent by default.
Reporting Issues Reporting Issues
---------------- ----------------
Please report any issues [here](https://code.martini.nu/fossil/sieb/tktnew). Please report any issues [here](https://code.martini.nu/mahlon/sieb/issues).