diff --git a/content/blog/2022/update-pmdk-project-status.md b/content/blog/2022/update-pmdk-project-status.md
index 882ebf6db4..21a8e68842 100644
--- a/content/blog/2022/update-pmdk-project-status.md
+++ b/content/blog/2022/update-pmdk-project-status.md
@@ -66,7 +66,7 @@ Andy Rudoff – Persistent Memory Software Architect, Intel Labs
| libmemkind
TieredMemDB | https://github.com/memkind/memkind
https://github.com/TieredMemDB | Issue Reporting and Bug Fixes via GitHub and pmdk_support@intel.com |
| PMUL
LLPL
PCJ | https://github.com/pmem/pmul
https://github.com/pmem/llpl
https://github.com/pmem/pcj | Issue Reporting and Bug Fixes via GitHub and pmdk_support@intel.com
Intel JAVA Team Maintaining |
| ndctl | https://github.com/pmem/ndctl | Issue Reporting and Bug Fixes via GitHub and pmdk_support@intel.com
Intel Linux Kernel Team Maintaining and continuing development for CXL-based memory devices & NVDIMMs |
-| librpma | https://github.com/pmem/rpma | Issue Reporting and Bug Fixes via GitHub and pmdk_support@intel.com
Seeking new co-maintainer(s) to continue development towards production release |
+| librpma | https://github.com/pmem/rpma | No further support or maintenance planned |
| pmdk-convert | https://github.com/pmem/pmdk-convert | No further support or maintenance planned |
| Libpmemstream | https://github.com/pmem/pmemstream | No further support or maintenance planned |
| Libpmemblk
Libpmemlog | https://github.com/pmem/pmdk | No further support or maintenance planned |
@@ -112,3 +112,4 @@ Andy Rudoff – Persistent Memory Software Architect, Intel Labs
> **A:** For the libraries Intel continues to support, the critical security and bug fixes will follow the Intel Optane persistent memory lifecycle. Once an Optane persistent memory product reaches end of life (EOL), the associated bug fix support for PMDK on that product will also end. Some libraries will not have bug fix support, those are outlined in the table above.
###### [This entry was edited on 2023-03-28 to reflect the latest [announcement](/announcements/2023/customer-letter-march-2023/)]
+###### [This entry was edited on 2023-09-05 to reflect [announcement](https://github.com/pmem/rpma#%EF%B8%8F-discontinuation-of-the-project) about librpma discontinuation]
diff --git a/content/rpma/_index.md b/content/rpma/_index.md
index cabd4b539a..08d699339b 100644
--- a/content/rpma/_index.md
+++ b/content/rpma/_index.md
@@ -12,6 +12,16 @@ description: ""
disclaimer: "The contents of this web site and the associated GitHub repositories are BSD-licensed open source."
---
+### Discontinuation of the project
+
+The **librpma** project will no longer be maintained by Intel.
+- Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases,
+or updates, to this project.
+- Intel no longer accepts patches to this project.
+- If you have an ongoing need to use this project, are interested in independently developing it, or would like to
+maintain patches for the open source software community, please create your own fork of this project.
+- You will find more information [here](/blog/2022/11/update-on-pmdk-and-our-long-term-support-strategy/).
+
### The librpma library
The **Remote Persistent Memory Access (RPMA)** (librpma) is a C library to simplify accessing persistent memory on remote hosts over **Remote Direct Memory Access (RDMA)**.