Skip to content

Commit

Permalink
(conan-io#20606) mfast: fix homepage url
Browse files Browse the repository at this point in the history
* mfast: fix homepage url

* fix license position
  • Loading branch information
toge authored Oct 23, 2023
1 parent 3e07efa commit e94afda
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions recipes/mfast/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

class mFASTConan(ConanFile):
name = "mfast"
license = "LGPL-3.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://objectcomputing.com/"
description = (
"mFAST is a high performance C++ encoding/decoding library for FAST "
"(FIX Adapted for STreaming) protocol"
)
license = "LGPL-3.0"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://objectcomputing.github.io/mFAST/"
topics = ("fast", "fix", "fix-adapted-for-streaming",
"financial-information-exchange", "libraries", "cpp")
package_type = "library"
Expand All @@ -36,7 +36,6 @@ class mFASTConan(ConanFile):
"fPIC": True,
"with_sqlite3": False,
}

short_paths = True

@property
Expand Down

0 comments on commit e94afda

Please sign in to comment.