mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +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):
|
class MPUnitsConan(ConanFile):
|
||||||
name = "mp-units"
|
name = "mp-units"
|
||||||
homepage = "https://github.com/mpusz/units"
|
homepage = "https://github.com/mpusz/mp-units"
|
||||||
description = "Physical Quantities and Units library for C++"
|
description = "A Physical Quantities and Units library for C++"
|
||||||
topics = (
|
topics = (
|
||||||
"units",
|
"units",
|
||||||
"dimensions",
|
"dimensions",
|
||||||
@ -52,7 +52,7 @@ class MPUnitsConan(ConanFile):
|
|||||||
"quantity-manipulation",
|
"quantity-manipulation",
|
||||||
)
|
)
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
url = "https://github.com/mpusz/units"
|
url = "https://github.com/mpusz/mp-units"
|
||||||
settings = "os", "arch", "compiler", "build_type"
|
settings = "os", "arch", "compiler", "build_type"
|
||||||
exports = ["LICENSE.md"]
|
exports = ["LICENSE.md"]
|
||||||
exports_sources = [
|
exports_sources = [
|
||||||
|
Reference in New Issue
Block a user