From 8f8902fed13fce1c1c021ed3396f5d152adbc024 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Wed, 21 Aug 2024 14:48:01 -0400 Subject: [PATCH] Update cytoplasm.nimble --- cytoplasm.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cytoplasm.nimble b/cytoplasm.nimble index 75241d0..c52d583 100644 --- a/cytoplasm.nimble +++ b/cytoplasm.nimble @@ -3,7 +3,7 @@ version = "0.1.0" author = "Array in a Matrix" description = "Nim bindings for Cytoplasm" -license = "MIT" +license = "Custom" srcDir = "src"