Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0
</a>
</p>

_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].
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import LatestBlogPostBanner from "../components/LatestBlogPostBanner.astro";
<title>{ title ? (title + " | Open Source Pledge") : "Open Source Pledge" }</title>
<meta
name="description"
content={ogDescription || "Our companies feast year after year at the Open Source table. It's time to settle up."}>
content={ogDescription || "Open Source software powers the world, but who supports the maintainers? We do."}>
<meta property="og:type" content="website">
<meta property="og:title" content={title ? (title + " | Open Source Pledge") : "Open Source Pledge"}>
<meta
property="og:description"
content={ogDescription || "Our companies feast year after year at the Open Source table. It's time to settle up."}>
content={ogDescription || "Open Source software powers the world, but who supports the maintainers? We do."}>
<meta
property="og:image"
content={ogImageUrl || "https://opensourcepledge.com/generated/output/opengraph.png"}>
Expand Down