diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-16 14:08:02 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-16 14:08:02 +0200 |
commit | b9957a2dc50b02f1df8bcb2dc3ddcc3c081b94d3 (patch) | |
tree | db0e6abd462b041c5506432c53de3b65833568ba | |
parent | style(treewide): Reformat (diff) | |
download | yt-b9957a2dc50b02f1df8bcb2dc3ddcc3c081b94d3.zip |
build(cog.toml): Use correct username
-rw-r--r-- | cog.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cog.toml b/cog.toml index 7cc3ac4..c0a5ba6 100644 --- a/cog.toml +++ b/cog.toml @@ -32,4 +32,4 @@ template = "remote" remote = "git.vhack.eu" repository = "clients/yt" owner = "soispha" -authors = [{ signature = "Benedikt Peetz", username = "soispha" }] +authors = [{ signature = "Benedikt Peetz", username = "bpeetz" }] |