Hello,
I wish to make modification on a Nimble package that is archived on Github (https://github.com/ziotom78/nimfftw3). I wanted to know how should be handled the case of a package being effectively "dead" (i.e. not maintained anymore) ?
Should I create my own repo that will effectiveley contains the original and make a pull request on https://github.com/nim-lang/packages to change the URL of the package to the new repo ?
Or create my own package with a different name (that contains with a partial copy of the original) - even though that will create a redundency between 2 packages (one being a dead package) ?