From dbe865909f64e75de821e3bffa7d6a8c241eb0fc Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sat, 15 Jan 2022 16:36:10 -0700 Subject: [PATCH] fix broken URL --- bin/homebank2ledger | 2 +- lib/App/HomeBank2Ledger/Formatter/Beancount.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/homebank2ledger b/bin/homebank2ledger index 03d710f..ece4746 100644 --- a/bin/homebank2ledger +++ b/bin/homebank2ledger @@ -15,7 +15,7 @@ F converts L files to a format usable by L. It can also convert directly to the similar -L format. +L format. This software is B, in early development. Its interface may change without notice. diff --git a/lib/App/HomeBank2Ledger/Formatter/Beancount.pm b/lib/App/HomeBank2Ledger/Formatter/Beancount.pm index ca15108..f264475 100644 --- a/lib/App/HomeBank2Ledger/Formatter/Beancount.pm +++ b/lib/App/HomeBank2Ledger/Formatter/Beancount.pm @@ -3,7 +3,7 @@ package App::HomeBank2Ledger::Formatter::Beancount; =head1 DESCRIPTION -This is a formatter for L. +This is a formatter for L. =head1 SEE ALSO -- 2.43.0