mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ikiwiki: pep8 fixes
Update changelog.
This commit is contained in:
parent
59de0f060a
commit
bce90ae924
@ -21,6 +21,10 @@ All notable changes to this project will be documented in this file.
|
||||
- Improved Dynamic DNS status message when no update needed.
|
||||
- Improved Ikiwiki description.
|
||||
|
||||
### Changed
|
||||
- Added suggested packages for ikiwiki. Removed recommends since they
|
||||
are installed automatically.
|
||||
|
||||
## [0.9.4] - 2016-06-14
|
||||
### Fixed
|
||||
- Fixed quoted values in nslcd config.
|
||||
|
||||
@ -31,7 +31,9 @@ version = 1
|
||||
|
||||
depends = ['apps']
|
||||
|
||||
managed_packages = ['ikiwiki', 'libdigest-sha-perl','libxml-writer-perl','xapian-omega','libsearch-xapian-perl','libimage-magick-perl']
|
||||
managed_packages = ['ikiwiki', 'libdigest-sha-perl', 'libxml-writer-perl',
|
||||
'xapian-omega', 'libsearch-xapian-perl',
|
||||
'libimage-magick-perl']
|
||||
|
||||
service = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user