Browse Source

Version and repository url fixed.

main
offa 5 years ago
parent
commit
2e3bc4cc3b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      conanfile.py

+ 2
- 2
conanfile.py View File

@@ -5,12 +5,12 @@ from conans import ConanFile, CMake, tools

class ScopeguardConan(ConanFile):
name = "scope-guard"
version = "0.3.5"
version = "v0.3.4"
license = "MIT"
author = "offa <offa@github>"
url = "https://github.com.offa/scope-guard"
description = "Implementation of Scoped Guards and Unique Resource as proposed in P0052."
homepage = "https://github.com/mrtazz/restclient-cpp"
homepage = "https://github.com/offa/scope-guard"
topics = ("cpp", "cpp17", "p0052", "scope-guard",
"scope-exit", "scope-fail", "scope-success", "unique-resource", "cmake")
no_copy_source = True

Loading…
Cancel
Save