mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
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
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user