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:
waylon531 2017-07-25 15:17:52 -07:00
parent a0c9c5ca80
commit e607106187
No known key found for this signature in database
GPG Key ID: ABEF2C28A9990A48

View File

@ -6814,7 +6814,7 @@
}, },
{ {
"name": "tf2plug", "name": "tf2plug",
"url": "https://github.com/waylon531/tf2plug", "url": "https://gitlab.com/waylon531/tf2plug",
"method": "git", "method": "git",
"tags": [ "tags": [
"app", "app",
@ -6824,6 +6824,6 @@
], ],
"description": "A mod manager for TF2", "description": "A mod manager for TF2",
"license": "GPLv3", "license": "GPLv3",
"web": "https://github.com/waylon531/tf2plug" "web": "https://gitlab.com/waylon531/tf2plug"
} }
] ]