Fixed git URL
`nimble publish` used the wrong url by default, it defaults to github while my project was on gitlab
This commit is contained in:
parent
a0c9c5ca80
commit
e607106187
1 changed files with 2 additions and 2 deletions
|
|
@ -6814,7 +6814,7 @@
|
|||
},
|
||||
{
|
||||
"name": "tf2plug",
|
||||
"url": "https://github.com/waylon531/tf2plug",
|
||||
"url": "https://gitlab.com/waylon531/tf2plug",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"app",
|
||||
|
|
@ -6824,6 +6824,6 @@
|
|||
],
|
||||
"description": "A mod manager for TF2",
|
||||
"license": "GPLv3",
|
||||
"web": "https://github.com/waylon531/tf2plug"
|
||||
"web": "https://gitlab.com/waylon531/tf2plug"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue