From a73b52b9877b732422f85c0c9766a0fbffd1f9e2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 4 May 2023 12:55:21 +0200 Subject: [PATCH] CMakeLists.txt: Update project description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df118dc..9ca563a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15) project(antelope-keygen VERSION 1.0.8 - DESCRIPTION "Keygenerator for Antelope blockchain" + DESCRIPTION "Keygenerator for Antelope based blockchain" HOMEPAGE_URL "https://github.com/eosswedenorg/antelope-keygen" ) set( PROJECT_MAINTAINER "Henrik Hautakoski ")