mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-07-15 19:41:42 -05:00
[GH-ISSUE #27] Fails for singular author #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xeruf on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/fosskers/cargo-aur/issues/27
https://github.com/Colonial-Dev/vcard-qr
@fosskers commented on GitHub (Jul 25, 2024):
As far as I can tell, the official field name is a plural
authors: https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field@xeruf commented on GitHub (Jul 25, 2024):
You are correct, adjusted the package
@horberlan commented on GitHub (May 21, 2025):
@fosskers commented on GitHub (May 21, 2025):
@horberlan Can you be a bit more specific?
@horberlan commented on GitHub (May 21, 2025):
Hi @fosskers! autors field is deprecated: https://doc.rust-lang.org/cargo/reference/manifest.html#the-authors-field
maybe another way to link authors?
@fosskers commented on GitHub (May 22, 2025):
Hm, in favour of what, I wonder? They don't mention an alternative.
Fails for singular authorto [GH-ISSUE #27] Fails for singular author@GeoffClements commented on GitHub (Mar 19, 2026):
When creating a debian package, under
package.metadata.deb, it is possible to have amaintainerfield. Perhaps something similar could be used here?