mirror of
https://https.git.savannah.gnu.org/git/nano.git
synced 2026-01-27 01:44:33 +00:00
The list of canonical names was found in: https://github.com/rpm-software-management/rpm/blob/master/rpmrc.in The canonical names were extracted with: grep arch_canon rpmrc.in | sed 's/^.*:\s*//' | sed 's/\s*..\?$//' and then sorted and condensed into a regular expression. Inspired-by: Funda Wang <fundawang@gmail.com>