Skip to content

Commit

Permalink
CMakeModules/package.cmake: Update information.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Nov 11, 2019
1 parent 1ab3ebf commit e563c7e
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 e563c7e

Please sign in to comment.