gnu: sshguard: Fix indentation.

* gnu/packages/admin.scm (sshguard): Fix indentation.

Change-Id: I14760065a8aa9968f7125ec0327acd4d45f2eb51
This commit is contained in:
Nicolas Goaziou 2024-08-20 10:52:06 +02:00
parent 4cff02aa60
commit 539be5ae30
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6355,16 +6355,17 @@ (define-public sshguard
(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