Skip to content

Commit 2077685

Browse files
committed
rebase and license change
Signed-off-by: Vedansh Saini <[email protected]>
1 parent da5af2e commit 2077685

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "scrum_helper_extension",
2+
"name": "scrum-helper",
33
"version": "1.0.0",
4-
"description": "This extension helps in writing Scrums in google groups, particularly related to FOSSASIA. It converts a link to a github PR or an Issue to display the PR or the Issue's name along with the link to it.",
4+
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/fossasia/scrum_helper.git"
@@ -17,7 +17,7 @@
1717
"fossasia"
1818
],
1919
"author": "FOSSASIA",
20-
"license": "ISC",
20+
"license": "LGPL-2.1",
2121
"bugs": {
2222
"url": "https://github.com/fossasia/scrum_helper/issues"
2323
},

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Scrum Helper",
44
"version": "1.0",
5-
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity",
5+
"description": "This extension simplifies writing development reports by auto-filling content based on your Git activity.",
66
"action": {
77
"default_popup": "popup.html",
88
"default_title": "Scrum Helper"

0 commit comments

Comments
 (0)