Skip to content

Commit

Permalink
use more conventional names for redirectors
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 22, 2022
1 parent 21f6e68 commit a711e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/jitpack/jitpack-version-redirector.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { redirector } from '../index.js'
export default [
redirector({
category: 'version',
name: 'github as default vcs',
name: 'JitpackVersionGitHubRedirect',
route: {
base: 'jitpack/v',
pattern: ':user/:repo',
Expand All @@ -14,7 +14,7 @@ export default [
}),
redirector({
category: 'version',
name: 'vcs',
name: 'JitpackVersionVcsRedirect',
route: {
base: 'jitpack/v',
pattern: ':vcs(github|bitbucket|gitlab|gitee)/:user/:repo',
Expand Down

0 comments on commit a711e8c

Please sign in to comment.