We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09fe24 commit 94560a2Copy full SHA for 94560a2
.github/workflows/benchmark.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
cd ~/$BENCHMARKS_REPO
64
git add .
65
- git config --global user.email "project@sgkit-dev.org"
+ git config --global user.email "project@sgkit.dev"
66
git config --global user.name "sgkit benchmark bot"
67
git commit -m "Update benchmarks"
68
git push origin main
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
name = sgkit
3
author = sgkit Developers
4
-author_email = project@sgkit-dev.org
+author_email = project@sgkit.dev
5
license = Apache
6
description = Statistical genetics toolkit
7
long_description_content_type=text/x-rst
0 commit comments