Skip to content

Commit

Permalink
fixed url in conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fhamonic committed Sep 9, 2024
1 parent b1a7d6c commit 299f5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/melon/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ class PackageConan(ConanFile):
# Use short name only, conform to SPDX License List: https://spdx.org/licenses/
# In case it's not listed there, use "LicenseRef-<license-file-name>"
license = "BSL-1.0"
url = "https://github.com/fhamonic/melon"
homepage = "https://github.com/project/package"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/fhamonic/melon"
# Do not put "conan" nor the project name in topics. Use topics from the upstream listed on GH
# Keep 'header-only' as topic
topics = ("graph", "algorithm", "ranges", "c++20", "header-only")
Expand Down

0 comments on commit 299f5d3

Please sign in to comment.