Skip to content

Commit

Permalink
IRC: Freenode -> Libera
Browse files Browse the repository at this point in the history
Closes #630.
  • Loading branch information
vain committed May 26, 2021
1 parent ceb6dee commit 476bc2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/guide/dev_item.md
Expand Up @@ -144,4 +144,4 @@ The only other method you have to implement is `fix`. It doesn't have to return

`block_concurrent()` must return a list of item types (e.g. `['pkg_apt']`) that cannot be applied in parallel with this type of item. May include this very item type itself. For most items this is not an issue (e.g. creating multiple files at the same time), but some types of items have to be applied sequentially (e.g. package managers usually employ locks to ensure only one package is installed at a time).

If you're having trouble, try looking at the [source code for the items that come with BundleWrap](https://github.com/bundlewrap/bundlewrap/tree/master/bundlewrap/items). The `pkg_*` items are pretty simple and easy to understand while `files` is the most complex to date. Or just drop by on [IRC](irc://chat.freenode.net/bundlewrap), we're glad to help.
If you're having trouble, try looking at the [source code for the items that come with BundleWrap](https://github.com/bundlewrap/bundlewrap/tree/master/bundlewrap/items). The `pkg_*` items are pretty simple and easy to understand while `files` is the most complex to date. Or just drop by on [IRC](irc://irc.libera.chat/bundlewrap), we're glad to help.
2 changes: 1 addition & 1 deletion docs/content/guide/quickstart.md
Expand Up @@ -147,4 +147,4 @@ Here are some suggestions on what to do next:
* explore the [command line interface](cli.md)
* follow [@bundlewrap](https://twitter.com/bundlewrap) on Twitter

Have fun! If you have any questions, feel free to drop by [on IRC](irc://chat.freenode.net/bundlewrap).
Have fun! If you have any questions, feel free to drop by [on IRC](irc://irc.libera.chat/bundlewrap).
2 changes: 1 addition & 1 deletion docs/content/misc/contributing.md
Expand Up @@ -38,4 +38,4 @@ The process is essentially the same as detailed above for code contributions. Yo

## Help

If at any point you need help or are not sure what to do, just drop by in [#bundlewrap on Freenode](irc://chat.freenode.net/bundlewrap) or poke [@bundlewrap on Twitter](https://twitter.com/bundlewrap).
If at any point you need help or are not sure what to do, just drop by in [#bundlewrap on Libera.Chat](irc://irc.libera.chat/bundlewrap) or poke [@bundlewrap on Twitter](https://twitter.com/bundlewrap).

0 comments on commit 476bc2e

Please sign in to comment.