forked from Fediversity/fediversity.eu
17 lines
810 B
Nix
17 lines
810 B
Nix
{ ... }:
|
|
{
|
|
pages.tweag = {
|
|
title = "Tweag";
|
|
summary = "Details about Tweag";
|
|
description = ''
|
|
Tweag is the open source program office (OSPO) of Modus Create, and has extensive experience working with Nix, and many people at the forefront of the Nix community are Tweagers
|
|
'';
|
|
locations = [
|
|
"tweag.html"
|
|
];
|
|
body = ''
|
|
Tweag is the open source program office (OSPO) of Modus Create, a global digital consulting firm that helps enterprises build competitive advantage through digital innovation. Tweagers are leading contributors to several open source projects — from functional programming languages to cross-platform frameworks. Tweag has extensive experience working with Nix, and many people at the forefront of the Nix community are Tweagers.
|
|
'';
|
|
};
|
|
}
|