Skip to content

Commit 84e0a37

Browse files
authored
Merge pull request #23 from bigbluebutton/copilot/check-repository-name-changes
Update repository name references from plugin-template to bbb-plugin-template
2 parents 0ef26c7 + 7ad9006 commit 84e0a37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A brief description of the plugin including a screenshot and/or a short video.
99
To build the plugin for production use, follow these steps:
1010

1111
```bash
12-
cd $HOME/src/plugin-template
12+
cd $HOME/src/bbb-plugin-template
1313
npm ci
1414
npm run build-bundle
1515
```

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: extra
44
Maintainer: Firstname Lastname <first.last@company.com>
55
Build-Depends: debhelper (>= 13), nodejs (>= 18)
66
Standards-Version: 4.1.4
7-
Homepage: https://github.com/bigbluebutton/plugin-template
7+
Homepage: https://github.com/bigbluebutton/bbb-plugin-template
88

99
Package: bbb-plugin-template
1010
Architecture: all

0 commit comments

Comments
 (0)