mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
build: repo URL fixed in conanfile
This commit is contained in:
@ -35,8 +35,8 @@ required_conan_version = ">=2.0.0"
|
||||
|
||||
class MPUnitsConan(ConanFile):
|
||||
name = "mp-units"
|
||||
homepage = "https://github.com/mpusz/units"
|
||||
description = "Physical Quantities and Units library for C++"
|
||||
homepage = "https://github.com/mpusz/mp-units"
|
||||
description = "A Physical Quantities and Units library for C++"
|
||||
topics = (
|
||||
"units",
|
||||
"dimensions",
|
||||
@ -52,7 +52,7 @@ class MPUnitsConan(ConanFile):
|
||||
"quantity-manipulation",
|
||||
)
|
||||
license = "MIT"
|
||||
url = "https://github.com/mpusz/units"
|
||||
url = "https://github.com/mpusz/mp-units"
|
||||
settings = "os", "arch", "compiler", "build_type"
|
||||
exports = ["LICENSE.md"]
|
||||
exports_sources = [
|
||||
|
Reference in New Issue
Block a user