From 2346b079cf13b86cde1d1e7b110eb79df76d53fb Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Sat, 28 Jun 2025 17:33:07 -0700 Subject: [PATCH] Update home repo links. --- .fossil-settings/ignore-glob | 3 --- README.md | 13 +++++-------- 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .fossil-settings/ignore-glob diff --git a/.fossil-settings/ignore-glob b/.fossil-settings/ignore-glob deleted file mode 100644 index c71393c..0000000 --- a/.fossil-settings/ignore-glob +++ /dev/null @@ -1,3 +0,0 @@ -Session.vim -.cache/* -docs/* diff --git a/README.md b/README.md index 91f458b..787bafd 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,10 @@ to steer clear: Installation ------------ -You can check out the current development source with Fossil via its -[home repo](https://code.martini.nu/fossil/sieb), or with Git at its +You can check out the current development source with Git/Jujutsu via its +[home repo](https://code.martini.nu/mahlon/sieb), or at its [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 repository cloned, simply type: @@ -146,7 +144,7 @@ compared case-insensitively. Rules are executed top down, first match wins. rules: - - + - match: subject: whatever 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 quotes, real names, etc. Use greedy matching! - - + - match: TO: .*freebsd-questions@FreeBSD.org.* deliver: .freebsd-lists @@ -208,5 +206,4 @@ logs with garbage. Sieb is silent by default. 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).