Set empty dependencies line to fix Galaxy warning
This commit is contained in:
parent
98a7ebb0b4
commit
d4c298ca42
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,7 +1,11 @@
|
||||||
## v1.X.Y
|
|
||||||
* Use to_nice_json to manage packages list.
|
|
||||||
|
|
||||||
## v1.0
|
## v1.0.1
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
* Use to_nice_json to manage packages list.
|
||||||
|
* Set empty dependencies line to fix Galaxy warning.
|
||||||
|
|
||||||
|
## v1.0.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
* Install debsecan
|
* Install debsecan
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: "Jérémy Gardais"
|
author: "Jérémy Gardais"
|
||||||
description: "Tools and configuration to secure Debian system"
|
description: "Tools and configuration to secure Debian system"
|
||||||
|
|
Loading…
Reference in New Issue