From a1ec06df47ee40f35e2ccd0417b255d23ed0e937 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Thu, 26 Feb 2026 14:45:40 -0500 Subject: [PATCH] Indicate repository is unmaintained with a link Added note about unmaintained status and link to fork. Signed-off-by: Kyle Barron --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31c68c330..3555920fb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ HDF5 for Rust. +**Unmaintained**: A maintained fork is at https://github.com/metno/hdf5-rust + [![Build](https://github.com/aldanor/hdf5-rust/workflows/CI/badge.svg)](https://github.com/aldanor/hdf5-rust/actions?query=branch%3Amaster) [![Latest Version](https://img.shields.io/crates/v/hdf5.svg)](https://crates.io/crates/hdf5) [![Documentation](https://docs.rs/hdf5/badge.svg)](https://docs.rs/hdf5)