From b34a66f697aa72d4d772a84502cc9c5071141f0e Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Thu, 9 Apr 2020 22:50:26 -0700 Subject: [PATCH] Adding new dependencies to .meta. --- farm.meta | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/farm.meta b/farm.meta index 6bde2d7..a894666 100644 --- a/farm.meta +++ b/farm.meta @@ -21,10 +21,11 @@ ((egg "farm.egg") (synopsis "farm") - (license "BSD") + (license "GPL-3.0+") (category web) (author "Thomas Hintz") (depends http-session srfi-69 coops uri-common srfi-18 medea numbers spiffy spiffy-cookies + sql-de-lite crypt intarweb pll sxml-transforms websockets miscmacros) (files "farm.setup" "farm.meta"))