aboutsummaryrefslogtreecommitdiff
path: root/guix/forge/webhook.scm
diff options
context:
space:
mode:
authorArun Isaac2023-07-04 22:55:09 +0100
committerArun Isaac2023-07-04 22:55:09 +0100
commit6e37c6a8d8e025fbbce9c9ed08c25cc361b32dc6 (patch)
tree3703d9e1fd568db555c99037aafb98251aa352b9 /guix/forge/webhook.scm
parenta4b5d4c4193d4a048a10a5e2ddec63e364cf6520 (diff)
downloadguix-forge-6e37c6a8d8e025fbbce9c9ed08c25cc361b32dc6.tar.gz
guix-forge-6e37c6a8d8e025fbbce9c9ed08c25cc361b32dc6.tar.lz
guix-forge-6e37c6a8d8e025fbbce9c9ed08c25cc361b32dc6.zip
webhook: Export webhook package.
* guix/forge/webhook.scm (webhook): Make public.
Diffstat (limited to 'guix/forge/webhook.scm')
-rw-r--r--guix/forge/webhook.scm2
1 files changed, 1 insertions, 1 deletions
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")