From 392019cc2493764b4a584da4b744e4666f56ecd7 Mon Sep 17 00:00:00 2001 From: Danielle Smith Date: Fri, 23 Jul 2021 22:10:19 +0200 Subject: [PATCH] fix: remove deadusername (#15) --- src/_includes/partials/implementations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/partials/implementations.md b/src/_includes/partials/implementations.md index 4c6ddb2..68c1380 100644 --- a/src/_includes/partials/implementations.md +++ b/src/_includes/partials/implementations.md @@ -4,8 +4,8 @@ * Rust: [kdl-rs](https://github.com/kdl-org/kdl-rs) * JavaScript: [kdljs](https://github.com/kdl-org/kdljs) -* Ruby: [kdl-rb](https://github.com/jellymann/kdl-rb) -* Dart: [kdl-dart](https://github.com/jellymann/kdl-dart) +* Ruby: [kdl-rb](https://github.com/danini-the-panini/kdl-rb) +* 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)