From 6e37c6a8d8e025fbbce9c9ed08c25cc361b32dc6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Jul 2023 22:55:09 +0100 Subject: webhook: Export webhook package. * guix/forge/webhook.scm (webhook): Make public. --- guix/forge/webhook.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/forge/webhook.scm') diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm index 9322eb2..7915bcb 100644 --- a/guix/forge/webhook.scm +++ b/guix/forge/webhook.scm @@ -48,7 +48,7 @@ webhook-hook-id webhook-hook-run)) -(define webhook +(define-public webhook (package (name "webhook") (version "2.8.0") -- cgit v1.2.3