Skip to content

Commit 37e194a

Browse files
authored
use git not hg for PyPy (#472)
1 parent c5119a3 commit 37e194a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pillar/base/codespeed.sls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ codespeed-instances:
2525
module: speed_pypy
2626
wsgi_app: speed_pypy.wsgi:application
2727
clones:
28-
git: {}
29-
hg:
28+
git:
3029
pypy:
31-
source: https://foss.heptapod.net/pypy/pypy
30+
source: https://github.com/pypy/pypy
31+
hg: {}

0 commit comments

Comments
 (0)