diff options
| author | Arun Isaac | 2026-04-15 01:30:55 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-15 01:30:55 +0100 |
| commit | a0eeb096a28e9df912f816d30461f15b9fff9280 (patch) | |
| tree | c2d9f99c740f877537a8cc14dc8580889c758486 /arunisaac/powerdns.scm | |
| parent | a7b11cada686e5bdc225d98f065637b26e73480d (diff) | |
| download | guix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.tar.gz guix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.tar.lz guix-arunisaac-a0eeb096a28e9df912f816d30461f15b9fff9280.zip | |
powerdns: Export pdns package.
Diffstat (limited to 'arunisaac/powerdns.scm')
| -rw-r--r-- | arunisaac/powerdns.scm | 4 |
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") |
