Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 0645216

Browse files
author
Joel Worrall
committed
fix: config updates to projects
1 parent 612be84 commit 0645216

3 files changed

+4
-2
lines changed

src/data/projects/newrelic-experimental-newrelic-webpack-plugin.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"ossCategory": "new-relic-experimental",
1717
"primaryLanguage": "JavaScript",
1818
"projectTags": [
19-
"github",
20-
"integration"
19+
"tools"
2120
],
2221
"acceptsContributions": true,
2322
"website": {

src/data/projects/newrelic-newrelic-python-agent.json

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
},
99
"title": "New Relic Python Agent",
1010
"supportUrl": null,
11+
"defaultBranch": "main",
12+
"contributingGuideUrl": "https://github.com/newrelic/newrelic-python-agent/blob/main/CONTRIBUTING.rst",
1113
"githubUrl": "https://github.com/newrelic/newrelic-python-agent",
1214
"permalink": "https://opensource.newrelic.com/projects/newrelic/newrelic-python-agent",
1315
"iconUrl": null,

src/data/projects/newrelic-python-agent-extension.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"supportUrl": null,
1111
"githubUrl": "https://github.com/newrelic/python-agent-extension",
1212
"permalink": "https://opensource.newrelic.com/projects/newrelic/python-agent-extension",
13+
"defaultBranch": "main",
1314
"iconUrl": null,
1415
"shortDescription": "Extend the New Relic Python Agent",
1516
"description": "Creat instrumentation packages that plug into the New Relic Python Agent",

0 commit comments

Comments
 (0)