From 669007bc66b4c73e8085342ed778a0f4159a3757 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 16 Jun 2023 09:39:49 +0300 Subject: [PATCH] build: repo URL fixed in conanfile --- conanfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conanfile.py b/conanfile.py index 323a3bd0..8c555699 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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 = [