diff options
Diffstat (limited to 'guix/forge')
-rw-r--r-- | guix/forge/webhook.scm | 2 |
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") |