From 08f35a5fe16005c7067e82304d087438ee355447 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Wed, 16 Apr 2025 12:32:18 -0500 Subject: [PATCH] updated the list of checked apps/softwares --- README.md | 4 ++++ main.py | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dc456d..eb3150b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ this program will run at a pre-defined interval to check for releases on the fol - [hometown](https://github.com/hometown-fork/hometown) - [glitch-soc](https://github.com/glitch-soc/mastodon) - [gotosocial](https://github.com/superseriousbusiness/gotosocial) +- [borgbackup](https://borgbackup.readthedocs.io/en/stable/) +- [atuin](https://atuin.sh) +- [fish-shell](https://fishshell.com) +- [chezmoi](https://www.chezmoi.io) other repositories can and will be added later. diff --git a/main.py b/main.py index d270ddd..d8772c9 100644 --- a/main.py +++ b/main.py @@ -33,8 +33,7 @@ repos = [ 'borgbackup/borg', 'atuinsh/atuin', 'fish-shell/fish-shell', - 'twpayne/chezmoi', - 'borgbackup/borg' + 'twpayne/chezmoi' ] github_api = 'https://api.github.com/repos'