From 033a0304818ace7b72545fedd8adaf8a02ab80e3 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Tue, 7 May 2024 16:27:00 -0400 Subject: [PATCH] dylan-package.json: add contact and license --- dylan-package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dylan-package.json b/dylan-package.json index 1cfffb0b2..4a1842b7b 100644 --- a/dylan-package.json +++ b/dylan-package.json @@ -1,6 +1,7 @@ { "name": "opendylan", "category": "compilers", + "contact": "dylan-lang@googlegroups.com", "description": "The Open Dylan compiler, IDE, and core libraries", "dependencies": [ "collection-extensions@0.1", @@ -17,5 +18,7 @@ "testworks" ], "url": "https://github.com/dylan-lang/opendylan", - "version": "2024.2.0" + "version": "2024.2.0", + "license": "DUAL", + "license-url": "https://github.com/dylan-lang/opendylan/blob/master/License.txt" }