mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
missing define-public
This commit is contained in:
parent
1d3269df4f
commit
e60f315ecf
1 changed files with 13 additions and 12 deletions
|
@ -3,6 +3,7 @@
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix build-system python))
|
||||
|
||||
(define-public python-ssh-audit
|
||||
(package
|
||||
(name "python-ssh-audit")
|
||||
(version "2.5.0")
|
||||
|
@ -14,4 +15,4 @@
|
|||
(home-page "https://github.com/jtesta/ssh-audit")
|
||||
(synopsis "An SSH server & client configuration security auditing tool")
|
||||
(description "An SSH server & client configuration security auditing tool")
|
||||
(license #f))
|
||||
(license #f)))
|
||||
|
|
Loading…
Add table
Reference in a new issue