I have a registered package (GitHub - orlox/StarStats.jl) which I initially setup such that the source for the package was contained in a subdirectory (see here, package itself is in the directory StarStats: GitHub - orlox/StarStats.jl at 07ab303f9074c0b51bdd026c3740d9a89a140d2b). I’m not much of a fan of that structure now, so I changed things such that the package now lives in the root of the repository. I imagined the registrator bot would not be very happy about it, and indeed it complained because of an unallowed modification:
Is there some way to perform this change, or should I remain with the old package structure?
A more general case is explained in this README section:
In your case you’re not moving to another repo but within the same repo, so you only need to make a subdir removing manual PR. (The part about old releases being available is important but should be trivially fulfilled if all you did was moving files around without doing any history rewriting.)