At least my flatpak-builder-1.0.10-1.fc32.x86_64 `man flatpak-manifest` lists
appdata-license but no appstream-license, so this looks like a typo?  Also, it
has flatpak-manifest in man page section 5, not 1.
This commit is contained in:
Stephan Bergmann 2020-04-14 11:28:35 +00:00
parent 42e715a659
commit 5ce2d56cce

View file

@ -83,7 +83,7 @@ and won't show duplicate entries in GNOME Software or the installed application
=== Other keys
The complete list of supported keys from the Flatpak builder manifest file that you can add to the flatpak: section of container.yaml is:
* `appstream-license`
* `appdata-license`
* `appstream-compose`
* `copy-icon`
* `desktop-file-name-prefix`
@ -92,4 +92,4 @@ The complete list of supported keys from the Flatpak builder manifest file that
* `rename-desktop-file`
* `rename-icon`
See the flatpak-manifest(1) manual page for documentation.
See the flatpak-manifest(5) manual page for documentation.