libappstream::functionsFunction license_url
source pub fn license_url(license: &str) -> Option<GString>
Expand description
Get a web URL to the license text and more license information for an SPDX
license identifier.
§license
The SPDX license ID.
§Returns
The license URL, or None
if none available.