mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
tools: remove non-ascii quote from hledger yaml/cabal file
might fix the recent appveyor breakage
This commit is contained in:
parent
bc72aad6f0
commit
a1f88e5dee
@ -7,7 +7,7 @@ version: 0.28
|
||||
stability: stable
|
||||
category: Finance, Console
|
||||
synopsis: Command-line interface for the hledger accounting tool
|
||||
description: This is hledger’s command-line interface. Its basic function is to read a plain text file describing financial transactions and produce useful reports. hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use.
|
||||
description: This is hledger's command-line interface. Its basic function is to read a plain text file describing financial transactions and produce useful reports. hledger is a cross-platform program for tracking money, time, or any other commodity, using double-entry accounting and a simple, editable file format. It is inspired by and largely compatible with ledger(1). hledger provides command-line, curses and web interfaces, and aims to be a reliable, practical tool for daily use.
|
||||
license: GPL
|
||||
license-file: LICENSE
|
||||
author: Simon Michael <simon@joyful.com>
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: hledger
|
||||
version: '0.28'
|
||||
synopsis: Command-line interface for the hledger accounting tool
|
||||
description: ! 'This is hledger’s command-line interface.
|
||||
description: ! 'This is hledger''s command-line interface.
|
||||
Its basic function is to read a plain text file describing
|
||||
financial transactions and produce useful reports.
|
||||
hledger is a cross-platform program for tracking money, time, or
|
||||
|
Loading…
Reference in New Issue
Block a user