Change email in all files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-07 17:27:17 +01:00
parent 607cab9e94
commit 348ece6f11
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
49 changed files with 78 additions and 45 deletions

View file

@ -2,7 +2,7 @@
# .config/cron/crontab
#
# AUTHOR:
# Severin Kaderli <severin.kaderli@gmail.com>
# Severin Kaderli <severin@kaderli.dev>
#
# DESCRIPTION:
# This file contains my cronjobs.
@ -14,7 +14,10 @@
*/30 * * * * grive -d -p $HOME/Documents/ >> $HOME/.local/log/cron.log
# Sync pacman databases every 30 minutes
*/30 * * * * sudo $HOME/.local/bin/sync-package >> $HOME/.local/log/cron.log
*/30 * * * * sudo $HOME/.local/bin/sync-packages >> $HOME/.local/log/cron.log
# Synchronize notes every 5 minutes
*/5 * * * * $HOME/.local/bin/sync-notes >> $HOME/.local/log/cron.log
# Synchronize rss feeds every 10 minutes
*/10 * * * * $HOME/.local/bin/rss-sync >> $HOME/.local/log/cron.log