about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-04-15 01:30:55 +0100
committerArun Isaac2026-04-15 01:30:55 +0100
commita0eeb096a28e9df912f816d30461f15b9fff9280 (patch)
treec2d9f99c740f877537a8cc14dc8580889c758486
parenta7b11cada686e5bdc225d98f065637b26e73480d (diff)
downloadguix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.tar.gz
guix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.tar.lz
guix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.zip
powerdns: Export pdns package.
-rw-r--r--arunisaac/powerdns.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/arunisaac/powerdns.scm b/arunisaac/powerdns.scm
index f85e9f3..fd00695 100644
--- a/arunisaac/powerdns.scm
+++ b/arunisaac/powerdns.scm
@@ -1,5 +1,5 @@
 ;;; guix-arunisaac --- arunisaac's Guix odds and ends
-;;; Copyright © 2023, 2025 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2023, 2025, 2026 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of guix-arunisaac.
 ;;;
@@ -51,7 +51,7 @@
             powerdns-configuration-pipe-regex
             powerdns-service-type))
 
-(define pdns
+(define-public pdns
   (package
     (name "pdns")
     (version "5.0.0")