fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

Natanael Copa

If you are an Alpine Linux package maintainer, can you please verify that your py3-* packages builds with current git master?

For example:

for i in $(grep Natanael py3-*/APKBUILD | cut -d/ -f1); do (cd $i && abuild -rk) || break; done