ROSS package: update homepage and git url (#10429)

This commit is contained in:
Abhinav Bhatele 2019-01-30 11:24:14 -08:00 committed by Peter Scheibel
parent f011c9976f
commit 16819a5b18

View File

@ -9,8 +9,8 @@
class Ross(CMakePackage):
"""Rensselaer Optimistic Simulation System"""
homepage = "http://carothersc.github.io/ROSS/"
git = "https://github.com/carothersc/ROSS.git"
homepage = "http://ross-org.github.io"
git = "https://github.com/ROSS-org/ROSS.git"
version('develop', branch='master')
version('7.0.0', tag='v7.0.0')