Skip to content

fix(routers.pkgbase): fix next argument for merge redirection

Kevin Morris requested to merge kevr/aurweb:fix-merge-redirect into pu

This was redirecting us to the package which we merged, leading us into a 404. This fixes that issue by instead redirecting us into the target we merge into.

Closes #231 (closed)

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports