Skip to content

Commit 94560a2

Browse files
authored
Update project email address (#1211)
1 parent d09fe24 commit 94560a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
cd ~/$BENCHMARKS_REPO
6464
git add .
65-
git config --global user.email "project@sgkit-dev.org"
65+
git config --global user.email "project@sgkit.dev"
6666
git config --global user.name "sgkit benchmark bot"
6767
git commit -m "Update benchmarks"
6868
git push origin main

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = sgkit
33
author = sgkit Developers
4-
author_email = project@sgkit-dev.org
4+
author_email = project@sgkit.dev
55
license = Apache
66
description = Statistical genetics toolkit
77
long_description_content_type=text/x-rst

0 commit comments

Comments
 (0)