aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwaylon531 <waylon531@firechicken.net>2017-07-25 15:17:52 -0700
committerwaylon531 <waylon531@firechicken.net>2017-07-25 15:17:52 -0700
commite607106187849e131a5cef0c00291da07d0a63d4 (patch)
treeeba75c83523febcf707a912b027067134748a723
parenta0c9c5ca803566e1167fd4e3b612009bf3e6173e (diff)
downloadpackages-e607106187849e131a5cef0c00291da07d0a63d4.tar.gz
packages-e607106187849e131a5cef0c00291da07d0a63d4.zip
Fixed git URL
`nimble publish` used the wrong url by default, it defaults to github while my project was on gitlab
-rw-r--r--packages.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.json b/packages.json
index f83f10c..09117d6 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]