diff --git a/index.html b/index.html
index cf67a98..ebcd877 100644
--- a/index.html
+++ b/index.html
@@ -387,8 +387,9 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
beancount-import web app/framework for converting various formats to beancount (python)
beancount-ynab You Need A Budget to beancount converter
csv2beancount CSV to beancount converter (clojure)
-gnucash-to-beancount GnuCash to beancount converter
-gnucash2ledger.py GNUCash to *ledger converter
+gcash2ledger.py GNUCash XML to *ledger converter (python)
+gnucash-to-beancount GNUCash sqlite to beancount converter (python)
+gnucash2ledger.py GNUCash sqlite to *ledger converter (python)
grisbi2Ledger Grisbi to *ledger converter
hledger-import-dsl alternate, programmable CSV converter for hledger
icsvledger CSV to *ledger converter
diff --git a/index.md b/index.md
index 677b40f..5c7a251 100644
--- a/index.md
+++ b/index.md
@@ -332,8 +332,9 @@ The following sections collect add-ons and helper tools related to the above.
- [beancount-import](https://github.com/jbms/beancount-import) web app/framework for converting various formats to beancount (python)
- [beancount-ynab](https://github.com/hoostus/beancount-ynab) You Need A Budget to beancount converter
- [csv2beancount](https://github.com/PaNaVTEC/csv2beancount) CSV to beancount converter (clojure)
-- [gnucash-to-beancount](https://github.com/henriquebastos/gnucash-to-beancount/) GnuCash to beancount converter
-- [gnucash2ledger.py](https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py) GNUCash to *ledger converter
+- [gcash2ledger.py](https://gist.github.com/nonducor/ddc97e787810d52d067206a592a35ea7/) GNUCash XML to *ledger converter (python)
+- [gnucash-to-beancount](https://github.com/henriquebastos/gnucash-to-beancount/) GNUCash sqlite to beancount converter (python)
+- [gnucash2ledger.py](https://github.com/MatzeB/pygnucash/blob/master/gnucash2ledger.py) GNUCash sqlite to *ledger converter (python)
- [grisbi2Ledger](https://github.com/Hawk777/grisbi2ledger) Grisbi to *ledger converter
- [hledger-import-dsl](https://github.com/hpdeifel/hledger-import-dsl) alternate, programmable CSV converter for hledger
- [icsvledger](https://launchpad.net/csv2ledger) CSV to *ledger converter