This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 539be5ae30 gnu: sshguard: Fix indentation.
539be5ae30 is described below

commit 539be5ae302615488ee2eca19b24246a638cb1f0
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Aug 20 10:52:06 2024 +0200

    gnu: sshguard: Fix indentation.
    
    * gnu/packages/admin.scm (sshguard): Fix indentation.
    
    Change-Id: I14760065a8aa9968f7125ec0327acd4d45f2eb51
---
 gnu/packages/admin.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5b6467dd05..e96c555e6a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6355,16 +6355,17 @@ backup directories or just finding duplicate files.")
     (name "sshguard")
     (version "2.4.3")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://bitbucket.org/sshguard/sshguard";)
-               (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-        (sha256 (base32 
"1dkijr287zpwdz1bjdchxzmwf1sk6vzpkycz1skm25lkaba6nd9r"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://bitbucket.org/sshguard/sshguard";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1dkijr287zpwdz1bjdchxzmwf1sk6vzpkycz1skm25lkaba6nd9r"))))
     (build-system gnu-build-system)
     (native-inputs
-      (list autoconf automake bison flex python-docutils))
+     (list autoconf automake bison flex python-docutils))
     (home-page "https://sshguard.net/";)
     (synopsis "Daemon to blocks SSH brute-force attacks")
     (description

Reply via email to