Skip to content

Commit ccba1c7

Browse files
committed
cli: Make cloudmonkey use new url and dev ml
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 6ade5da commit ccba1c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/cli/cloudmonkey/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
__maintainer__ = "Rohit Yadav"
2424
__maintaineremail__ = "bhaisaab@apache.org"
2525
__project__ = "The Apache CloudStack Team"
26-
__projectemail__ = "cloudstack-dev@incubator.apache.org"
27-
__projecturl__ = "http://incubator.apache.org/cloudstack"
26+
__projectemail__ = "dev@cloudstack.apache.org"
27+
__projecturl__ = "http://cloudstack.apache.org"
2828

2929
try:
3030
import os

0 commit comments

Comments
 (0)