Skip to content

Commit

Permalink
Merge pull request #137 from eosswedenorg/bos-pkg-info
Browse files Browse the repository at this point in the history
CMakeModules/package.cmake: Update information.
  • Loading branch information
Thaipanda authored Nov 18, 2019
2 parents 1ab3ebf + e563c7e commit 3345857
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeModules/package.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set(VENDOR "block.one")
set(PROJECT_NAME "eosio")
set(DESC "Software for the EOS.IO network")
set(URL "https://github.com/eosio/eos")
set(EMAIL "support@block.one")
set(VENDOR "BOS Core")
set(PROJECT_NAME "bos")
set(DESC "Software for the BOS network")
set(URL "https://github.com/boscore/bos")
set(EMAIL "support@boscore.io")

configure_file(${CMAKE_SOURCE_DIR}/scripts/generate_package.sh.in ${CMAKE_BINARY_DIR}/packages/generate_package.sh @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/scripts/generate_bottle.sh ${CMAKE_BINARY_DIR}/packages/generate_bottle.sh COPYONLY)
Expand Down

0 comments on commit 3345857

Please sign in to comment.