From 8bfe538a3b84e6b017bc5e7278a2e5a277d6a734 Mon Sep 17 00:00:00 2001 From: Tab Atkins Jr Date: Tue, 23 May 2023 16:10:02 -0700 Subject: [PATCH] Point to tabatkins' kdl-py instead (#31) --- src/_includes/partials/implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 9ee6690..1c22e82 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -8,7 +8,7 @@ * Dart: [kdl-dart](https://github.com/danini-the-panini/kdl-dart) * Java: [kdl4j](https://github.com/hkolbeck/kdl4j) * PHP: [kdl-php](https://github.com/kdl-org/kdl-php) -* Python: [kdl-py](https://github.com/daeken/kdl-py), [cuddle](https://github.com/djmattyg007/python-cuddle), [ckdl](https://github.com/tjol/ckdl) +* Python: [kdl-py](https://github.com/tabatkins/kdlpy), [cuddle](https://github.com/djmattyg007/python-cuddle), [ckdl](https://github.com/tjol/ckdl) * Elixir: [kuddle](https://github.com/IceDragon200/kuddle) * XSLT: [xml2kdl](https://github.com/Devasta/XML2KDL) * Haskell: [Hustle](https://github.com/fuzzypixelz/Hustle)