From a0c9c5ca803566e1167fd4e3b612009bf3e6173e Mon Sep 17 00:00:00 2001 From: waylon531 Date: Tue, 25 Jul 2017 15:08:57 -0700 Subject: Added package tf2plug --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9f03a89..f83f10c 100644 --- a/packages.json +++ b/packages.json @@ -6811,5 +6811,19 @@ "description": "Bindings to Cassandra DB driver", "license": "MIT", "web": "https://github.com/yglukhov/cassandra" + }, + { + "name": "tf2plug", + "url": "https://github.com/waylon531/tf2plug", + "method": "git", + "tags": [ + "app", + "binary", + "tool", + "tf2" + ], + "description": "A mod manager for TF2", + "license": "GPLv3", + "web": "https://github.com/waylon531/tf2plug" } ] -- cgit v1.2.3 From e607106187849e131a5cef0c00291da07d0a63d4 Mon Sep 17 00:00:00 2001 From: waylon531 Date: Tue, 25 Jul 2017 15:17:52 -0700 Subject: Fixed git URL `nimble publish` used the wrong url by default, it defaults to github while my project was on gitlab --- packages.json | 4 ++-- 1 file 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" } ] -- cgit v1.2.3