talkatu/talkatu

so long bitbucket

2020-09-14, Gary Kramlich
bf39ae959edc
so long bitbucket

update our homepages and stuff

Testing Done:
Built and ran the demo, the rest is just meta information in packages.

Reviewed at https://reviews.imfreedom.org/r/113/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```