From c04464c3f403dae97fedf5b0f0ac00b6f8a1b98d Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Thu, 8 May 2025 16:31:19 +0100 Subject: [PATCH] Rewrite tagline --- README.md | 6 +++--- src/layouts/Layout.astro | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c563d96..e4b9f9bb 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0

-_Our companies feast at the Open Source table year after year. [Let's settle up][osp]._ +_Open Source software powers the world, but who supports the maintainers? [We do][osp]._ Our goal is to establish a new social norm in the tech industry of companies paying Open Source maintainers — a minimum -of $2000 per year per developer on staff at our companies, to Open Source maintainers of each company’s choosing. This -is in addition to the code, developer time, and gifts-in-kind that many of our companies also contribute. +of $2000 per year per developer on staff, to Open Source maintainers of each company’s choosing. This is in addition to +the code, developer time, and gifts-in-kind that many Pledge member companies also contribute. * **Want to learn more?** Visit [opensourcepledge.com][osp]. * **Want to join the Pledge?** [Find out how][join]. diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 1527471d..2c0d91f8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -32,12 +32,12 @@ import LatestBlogPostBanner from "../components/LatestBlogPostBanner.astro"; { title ? (title + " | Open Source Pledge") : "Open Source Pledge" } + content={ogDescription || "Open Source software powers the world, but who supports the maintainers? We do."}> + content={ogDescription || "Open Source software powers the world, but who supports the maintainers? We do."}>