From 134c10241a591e7d875bb986438f4a0c35f302a9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 6 May 2023 22:31:20 +0200 Subject: services: shepherd: Default to 0.10. * gnu/services/shepherd.scm ()[shepherd]: Default to SHEPHERD-0.10. * gnu/home/services/shepherd.scm ()[shepherd]: Likewise. --- gnu/services/shepherd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/services') diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm index b2601c0128..de40454f7d 100644 --- a/gnu/services/shepherd.scm +++ b/gnu/services/shepherd.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013-2016, 2018-2022 Ludovic Courtès +;;; Copyright © 2013-2016, 2018-2023 Ludovic Courtès ;;; Copyright © 2017 Clément Lassieur ;;; Copyright © 2018 Carlo Zancanaro ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen @@ -91,7 +91,7 @@ shepherd-configuration make-shepherd-configuration shepherd-configuration? (shepherd shepherd-configuration-shepherd - (default shepherd-0.9)) ; file-like + (default shepherd-0.10)) ; file-like (services shepherd-configuration-services (default '()))) ; list of -- cgit v1.2.3