Skip to content

Commit

Permalink
Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed Jul 30, 2023
1 parent 2eb8810 commit 50d6c2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.16)

project(tr31
VERSION 0.4.6
DESCRIPTION "TR-31 library and tools"
DESCRIPTION "Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038"
HOMEPAGE_URL "https://github.com/openemv/tr31"
LANGUAGES C
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TR-31 library and tools
=======================
Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038
=======================================================================

[![License: LGPL-2.1](https://img.shields.io/github/license/openemv/tr31)](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)<br/>
[![Ubuntu build](https://github.com/openemv/tr31/actions/workflows/ubuntu-build.yaml/badge.svg)](https://github.com/openemv/tr31/actions/workflows/ubuntu-build.yaml)<br/>
Expand Down
4 changes: 2 additions & 2 deletions gentoo/dev-libs/tr31-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="TR-31 library and tools"
DESCRIPTION="Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038"
HOMEPAGE="https://github.com/openemv/tr31"
if [[ "${PV}" == *9999 ]] ; then
inherit git-r3
Expand Down

0 comments on commit 50d6c2a

Please sign in to comment.