Correct the URL in conanfile.py

This commit is contained in:
James P. Howard, II
2022-06-16 21:13:53 -04:00
parent a5d3f8b1ad
commit ddf96401c5

View File

@@ -6,7 +6,7 @@ class KamiConan(ConanFile):
version = "0.4.2"
license = "MIT"
author = "James P. Howard, II <james.howard@jhu.edu>"
url = "http://github.com/jhuapl/kami"
url = "https://github.com/jhuapl/kami"
description = "Agent-Based Modeling in Modern C++"
topics = ("agent-based modeling", "simulation", "orms")
settings = "os", "compiler", "build_type", "arch"