diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro
index f0b7129..062eca1 100644
--- a/src/components/Sponsors.astro
+++ b/src/components/Sponsors.astro
@@ -15,7 +15,8 @@ const funders = [
logo: '/assets/sponsors/nlnet.svg',
logoDark: '/assets/sponsors/nlnet-white.svg',
logoClass: 'h-9 w-auto',
- blurb: 'Privacy & trust enhancing technology grant.',
+ blurb:
+ 'Founded in 1989, NLnet is one of the world’s oldest philanthropic foundations for free and open internet infrastructure. Their grants have built KDE, GNOME, GnuTLS, WireGuard, Matrix — and the bedrock on which RNP stands.',
},
{
name: 'NGI Zero PET',
@@ -24,7 +25,7 @@ const funders = [
logoDark: '/assets/sponsors/ngi-zero-pet.svg',
logoClass: 'h-7 w-auto',
blurb:
- 'Next Generation Internet — Privacy & Trust Enhancing Technologies. Funded through the European Commission.',
+ 'The European Commission’s flagship Next Generation Internet initiative — the Privacy & Trust Enhancing Technologies stream funding privacy-preserving open-source infrastructure across Europe.',
},
{
name: 'Mozilla',
@@ -33,7 +34,7 @@ const funders = [
logoDark: '/assets/sponsors/mozilla-white.svg',
logoClass: 'h-7 w-auto',
blurb:
- 'Mozilla Open Source Support (MOSS) — Foundational Technology & Secure Open Source funds.',
+ 'Recipient of Mozilla Open Source Support (MOSS) awards under both the Foundational Technology track (software Mozilla relies on) and the Secure Open Source track (security hardening of critical cryptography).',
},
];
diff --git a/src/pages/about.astro b/src/pages/about.astro
index d906ccd..305d29a 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -89,7 +89,7 @@ const standards = [
const partners = [
{
name: 'Mozilla',
- desc: 'RNP powers end-to-end email encryption in Thunderbird.',
+ desc: 'Mozilla chose RNP as the cryptographic core of Thunderbird — the world’s most widely deployed open-source mail client — powering end-to-end encryption for tens of millions of users, independently audited by Cure53 under Mozilla’s Secure Open Source program.',
href: 'https://www.mozilla.org/',
logo: '/assets/sponsors/mozilla.svg',
logoDark: '/assets/sponsors/mozilla-white.svg',
@@ -97,7 +97,7 @@ const partners = [
},
{
name: 'g10 Code',
- desc: 'Developers of GnuPG.',
+ desc: 'Founded by Werner Koch, principal author of GnuPG — the canonical OpenPGP implementation underpinning secure communication for three decades. Co-architect of the LibrePGP specification alongside Ribose and Intevation; maintains the cryptographic backbone trusted by Linux distributions, governments, and enterprises worldwide.',
href: 'https://g10code.com',
logo: '/assets/sponsors/g10-logo.svg',
logoDark: '/assets/sponsors/g10-logo.svg',
@@ -105,7 +105,7 @@ const partners = [
},
{
name: 'Intevation',
- desc: 'Developers of Gpg4win.',
+ desc: 'Co-developer and maintainer of Gpg4win, the official Windows distribution of GnuPG — in continuous production across European public administration and the German federal government since 2006. Founding partner of the LibrePGP specification alongside Ribose and g10 Code.',
href: 'https://intevation.de',
logo: '/assets/sponsors/intevation.svg',
logoDark: '/assets/sponsors/intevation-white.svg',
@@ -116,7 +116,7 @@ const partners = [
const funders = [
{
name: 'Ribose',
- desc: 'Creator and primary maintainer of RNP.',
+ desc: 'Creator and primary steward of RNP. Co-architect of the LibrePGP specification alongside g10 Code and Intevation, and home institution of the project since inception.',
href: 'https://www.ribose.com',
logo: '/assets/sponsors/ribose.svg',
logoDark: '/assets/sponsors/ribose-white.svg',