From bb16f1eaef13997a2bedafc11e897ffd0c17232a Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Sat, 28 Jun 2025 17:47:15 -0700 Subject: [PATCH] Update home repo links. --- .fossil-settings/ignore-glob | 9 --------- README.md | 15 +++++---------- 2 files changed, 5 insertions(+), 19 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 feef999..0000000 --- a/.fossil-settings/ignore-glob +++ /dev/null @@ -1,9 +0,0 @@ -Session.vim -certs/* -coverage/* -docs/* -gem.deps.rb.lock -*.so -tmp/* -lib/symphony/metronome/intervalexpression.rb - diff --git a/README.md b/README.md index 1729cb6..ff10fe1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Metronome home -: https://code.martini.nu/fossil/symphony-metronome +: https://code.martini.nu/mahlon/symphony-metronome docs : https://martini.nu/docs/symphony-metronome @@ -169,13 +169,9 @@ gem install symphony-metronome ## Contributing -You can check out the source via Fossil from the following uri: - -% fossil clone https://code.martini.nu/fossil/symphony-metronome - -or via its GitHub mirror at: - -% git clone https://github.com/mahlonsmith/Symphony-Metronome +You can check out the source via Git/Jujutsu from its +[home repo](https://code.martini.nu/mahlon/symphony-metronome), +or its [github mirror](https://github.com/mahlonsmith/Symphony-Metronome). After checking out the source, run: @@ -186,7 +182,7 @@ This will install dependencies, and do any other necessary setup for development. Please report any issues -[here](https://code.martini.nu/fossil/symphony-metronome/tktnew). +[here](https://code.martini.nu/mahlon/symphony-metronome/issues). ## Authors @@ -223,4 +219,3 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -