ximion/metainfocreator

Homepage is missing from the generated config

Closed this issue · 1 comments

I included a homepage in the form:
Capture d’écran du 2023-09-17 14-44-57
but it's missing from the generated config:

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
  <id>net.launchpad.email_reminder</id>
  
  <name>Email-reminder</name>
  <summary>Send event reminders by email</summary>
  
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-3.0-or-later</project_license>
  
  <description>
    <p>
      Email-reminder allows users to define events that they want to be reminded of by email.  Possible events include birthdays, anniversaries and yearly events. Reminders can be sent on the day of the event and/or a few days beforehand.
    </p>
  </description>
  
  <launchable type="desktop-id">email-reminder.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <image>https://screenshots.debian.net/shrine/screenshot/336/simage/large-bd786dc14681f22164a138cf7c968902.png</image>
    </screenshot>
    <screenshot>
      <image>https://screenshots.debian.net/shrine/screenshot/150/simage/large-60f5de6cb52722984fecbb86f5a880d7.png</image>
    </screenshot>
    <screenshot>
      <image>https://screenshots.debian.net/shrine/screenshot/337/simage/large-d39de85025841fa04a20e40884921140.png</image>
    </screenshot>
  </screenshots>
</component>
ximion commented

Indeed! Somehow this was completely missed!
Thank you for the issue report!