From af9ade99334de4059ef4cc160b85a12ffe7b9a0b Mon Sep 17 00:00:00 2001 From: Fernando Raya Date: Fri, 5 Apr 2024 08:11:07 +0200 Subject: [PATCH] Fix error in field 'url' of package description (#31) The field contains the description --- dylan-package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dylan-package.json b/dylan-package.json index d25ee57..d16afd9 100644 --- a/dylan-package.json +++ b/dylan-package.json @@ -10,6 +10,6 @@ "sphinx-extensions" ], "license": "MIT", - "url": "A DSL for parsing and assembling binary data", + "url": "https://github.com/dylan-lang/binary-data", "version": "0.1.1" }