Skip to content

Commit af9ade9

Browse files
authored
Fix error in field 'url' of package description (#31)
The field contains the description
1 parent b3dcc97 commit af9ade9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dylan-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"sphinx-extensions"
1111
],
1212
"license": "MIT",
13-
"url": "A DSL for parsing and assembling binary data",
13+
"url": "https://github.com/dylan-lang/binary-data",
1414
"version": "0.1.1"
1515
}

0 commit comments

Comments
 (0)