From 9e71e892374708cf4d9ec075ba6635424ba7157c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Koz=C3=A1k?= Date: Tue, 15 Aug 2017 09:50:08 +0200 Subject: [PATCH] rename project --- dub.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 41b9137..78db63e 100644 --- a/dub.json +++ b/dub.json @@ -1,5 +1,5 @@ { - "name": "std-experimental-xml", + "name": "std-experimental-xml-live", "description": "A replacement for Phobos std.xml, developed as a GSoC 2016 project", "authors": ["Lodovico Giaretta"], "homepage": "https://github.com/lodo1995/experimental.xml", @@ -28,4 +28,4 @@ "mainSourceFile": "source/test.d", }, ], -} \ No newline at end of file +}