You are not logged in.
In AUR4, packages can have Co-Maintainers, essentially a list of people who can also commit to the package repository. What happens to them when the package owner changes? Will they stay as they are until a new maintainer cares to modify them or will they be reset to nobody?
Offline
I imagine that they remain as co-maintainers until someone adopts the package and removes them.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I believe the first co-maintainer in the list becomes the new maintainer.
Offline
Scimmia is right: https://projects.archlinux.org/aurweb.g … wn.php#n29
<?php if (count($comaintainers) > 0 && !has_credential(CRED_PKGBASE_DISOWN)): ?>
<?= __('By selecting the checkbox, you confirm that you want to disown the package and transfer ownership to %s%s%s.',
'<strong>', $comaintainers[0], '</strong>'); ?>
<?php else: ?>
<?= __('By selecting the checkbox, you confirm that you want to disown the package.') ?>
<?php endif; ?>Offline
So this is a nice implicit way to transfer ownership. Perhaps users should be told of this feature somewhere earlier on than when disowning the package. Well, now they can at least read about it here.
Thanks for the quick answer.
Offline