Skip to content

Commit

Permalink
Update project email address (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
hammer authored Mar 28, 2024
1 parent d09fe24 commit 94560a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
cd ~/$BENCHMARKS_REPO
git add .
git config --global user.email "project@sgkit-dev.org"
git config --global user.email "project@sgkit.dev"
git config --global user.name "sgkit benchmark bot"
git commit -m "Update benchmarks"
git push origin main
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = sgkit
author = sgkit Developers
author_email = project@sgkit-dev.org
author_email = project@sgkit.dev
license = Apache
description = Statistical genetics toolkit
long_description_content_type=text/x-rst
Expand Down

0 comments on commit 94560a2

Please sign in to comment.