From 311513461167b3b921415b924fbc78f3a93c0a14 Mon Sep 17 00:00:00 2001
From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com>
Date: Mon, 6 Feb 2023 07:01:30 +0100
Subject: [PATCH] Add me for two tasks as mentor
---
Google-Summer-of-Code-2023-Ideas.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Google-Summer-of-Code-2023-Ideas.md b/Google-Summer-of-Code-2023-Ideas.md
index 70c44bd..f462837 100644
--- a/Google-Summer-of-Code-2023-Ideas.md
+++ b/Google-Summer-of-Code-2023-Ideas.md
@@ -155,7 +155,7 @@ These are tasks you can work on. You can combine any number of tasks, so they ad
**Description**: For the next release of Borg, a few commands have changed subtly. This small task would update shell completions for popular shells, like Zsh.
**Task outline**: Review existing completions and adjust and test them for Borg v2
**Additional details**: See [this issue](https://github.com/borgbackup/borg/issues/7011)
-**Possible mentors**: [@m3nu](https://github.com/m3nu), backup mentor: [@ThomasWaldmann](https://github.com/ThomasWaldmann)
+**Possible mentors**: [@m3nu](https://github.com/m3nu), [@Hofer-Julian](https://github.com/Hofer-Julian), backup mentor: [@ThomasWaldmann](https://github.com/ThomasWaldmann)
### Update intro video
**Difficulty**: Easy
@@ -247,7 +247,7 @@ For the [Borg+Borgmatic Docker image](https://github.com/borgmatic-collective/do
**Description**: Our role currently installs a cron file to run regular backup tasks. As more distributions move to use Systemd, it makes sense to move more flexible Systemd timers for scheduling backups and checking tasks.
**Task outline**: Write a Systemd timer- and service file. Test it on a live system. Then add Ansible tasks to install it and ensure it passes tests.
**Additional details**: See [this issue](https://github.com/borgbase/ansible-role-borgbackup/issues/31)
-**Possible mentors**: [@m3nu](https://github.com/m3nu), [@grantbevis](https://github.com/grantbevis) (backup mentor)
+**Possible mentors**: [@m3nu](https://github.com/m3nu), [@Hofer-Julian](https://github.com/Hofer-Julian), [@grantbevis](https://github.com/grantbevis) (backup mentor)
### Add support for reduced NICE priority
**Difficulty**: Medium