Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This plugin is one of the official bbb plugins. It basically decreases the exter
To build the plugin for production use, follow these steps:

```bash
cd $HOME/src/plugin-decrease-volume-on-speak
cd $HOME/src/bbb-plugin-decrease-volume-on-speak
npm ci
npm run build-bundle
```
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: extra
Maintainer: Anton Georgiev <anton.georgiev@blindsidenetworks.com>
Build-Depends: debhelper (>= 13), nodejs (>= 18)
Standards-Version: 4.1.4
Homepage: https://github.com/bigbluebutton/plugin-decrease-volume-on-speak
Homepage: https://github.com/bigbluebutton/bbb-plugin-decrease-volume-on-speak

Package: bbb-plugin-decrease-volume-on-speak
Architecture: all
Expand Down