diff --git a/README.md b/README.md index c49d176..1c74b7b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ -> This is part of Daniel's [utility collection](https://sr.ht/~ficd/utils/). - AutoYADM is a small shell utility to automate the process of managing dotfiles with [YADM](https://github.com/yadm-dev/yadm) by allowing the user to define a list of files & directories to be automatically added, committed and pushed @@ -44,7 +42,7 @@ without any problems since October 2024. Simply clone the repository: ```Bash -git clone https://git.sr.ht/~ficd/autoyadm +git clone https://git.ficd.sh/ficd/autoyadm ``` You may consider adding aliases to your shell configuration: @@ -170,9 +168,3 @@ $ crontab -e $ systemctl enable cronie $ systemctl start cronie ``` - -## Contributing - -Please submit patches, questions, and discussion points to the -[~ficd/utils mailing list](https://lists.sr.ht/~ficd/utils), and consider -visiting the [public ticket tracker](https://todo.sr.ht/~ficd/utils).