From a375d81c1c49d395446e94b53d69bbd2259a6f4e Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Sat, 24 Feb 2024 13:41:49 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b45edd..2602c90 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**This package is unmaintained:** Active work is not occuring on this package. For an active fork of the package, see [Format.jl](https://github.com/JuliaString/Format.jl). + # Formatting This package offers Python-style general formatting and c-style numerical formatting (for speed). From 6932c6f3286a16b57e8fd25c47c8a0a7caadc84d Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Sat, 24 Feb 2024 14:01:33 +0100 Subject: [PATCH 2/3] Switch to `[!warning]` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2602c90..bdf624b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -**This package is unmaintained:** Active work is not occuring on this package. For an active fork of the package, see [Format.jl](https://github.com/JuliaString/Format.jl). +> [!WARNING] +> This package is unmaintained: Active work is not occuring on this package. For an active fork of the package, see [Format.jl](https://github.com/JuliaString/Format.jl). # Formatting From 2bc701027aa5940ac5d0c160a35af9fbdfce13d2 Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Sat, 24 Feb 2024 14:21:50 +0100 Subject: [PATCH 3/3] Add `unsupported` badge. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdf624b..23c3f28 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This package offers Python-style general formatting and c-style numerical formatting (for speed). -| **PackageEvaluator** | **Build Status** | -|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| -|[![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | +| **PackageEvaluator** | **Build Status** | **Repo Status** +|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:---------------------------------------------------------------:| +|[![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][appveyor-img]][appveyor-url] [![][codecov-img]][codecov-url] | [![Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.](https://www.repostatus.org/badges/latest/unsupported.svg)](https://www.repostatus.org/#unsupported) | [travis-img]: https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master