mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sshguard: Fix indentation.
* gnu/packages/admin.scm (sshguard): Fix indentation. Change-Id: I14760065a8aa9968f7125ec0327acd4d45f2eb51
This commit is contained in:
parent
4cff02aa60
commit
539be5ae30
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue