Hi, i am trying to package Halloy for Alpine linux, and would like to confirm if the <project_license>GPL-3.0+</project_license> line in assets/halloy.appdata.xml means Halloy is licensed under GPL-3.0-or-later (as opposed to GPL-3.0-only).
It seems the short license identifier GPL-3.0 has been deprecated by SPDX.
Besides that, would it be possible to update these two crates in the next release:
Thank you.
Hi, i am trying to package Halloy for Alpine linux, and would like to confirm if the
<project_license>GPL-3.0+</project_license>line inassets/halloy.appdata.xmlmeans Halloy is licensed underGPL-3.0-or-later(as opposed toGPL-3.0-only).It seems the short license identifier
GPL-3.0has been deprecated by SPDX.Besides that, would it be possible to update these two crates in the next release:
getrandomto0.2.10which fixes a problem with undefined reference to open64 that occurs on musl libc 1.2.4 that Alpine uses.halfto2.3.1which fixes compilation on 32-bit x86.Thank you.