gnu: mcron: Re-indent (arguments).

The more common formatting style for arguments seems to be to align the value
under the keyword.  This commit adjusts the definition to match that style.

* gnu/packages/guile-xyz.scm (mcron)[arguments]: Re-indent.

Change-Id: I5d3be19e41828db43af70207cb28b14c35d13419
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tomas Volf 2025-01-25 00:46:38 +01:00 committed by Ludovic Courtès
parent f8743d4b24
commit b4b14a49cd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3294,7 +3294,8 @@ is no support for parsing block and inline level HTML.")
#:configure-flags
#~(list
"--with-sendmail=/run/privileged/bin/sendmail -t")
#:phases #~(modify-phases %standard-phases
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'adjust-tests
(lambda _
(substitute* "tests/job-specifier.scm"