From b63cc4be52b77797615dc4dc5c0315bcbba48243 Mon Sep 17 00:00:00 2001 From: Ilia Averianov Date: Thu, 16 Apr 2026 15:22:27 +0300 Subject: [PATCH 1/2] docs: point readers to maintained repository --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 111acfd..e47267f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ SMPP 3.4 protocol and framework implementation in [Elixir](http://elixir-lang.org). +> Maintenance note: this repository is no longer actively maintained in the funbox organization. Active development and support continue at [savonarola/smppex](https://github.com/savonarola/smppex). + See **[Examples](https://hexdocs.pm/smppex/examples.html)** for details. ## Documentation From 62496d4afe74140113533fc5f843782b3e8cd96d Mon Sep 17 00:00:00 2001 From: Ilia Averianov Date: Thu, 16 Apr 2026 15:24:53 +0300 Subject: [PATCH 2/2] docs: make maintenance notice bold --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e47267f..4ce5433 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ SMPP 3.4 protocol and framework implementation in [Elixir](http://elixir-lang.org). -> Maintenance note: this repository is no longer actively maintained in the funbox organization. Active development and support continue at [savonarola/smppex](https://github.com/savonarola/smppex). +> **Maintenance note: this repository is no longer actively maintained in the funbox organization. Active development and support continue at [savonarola/smppex](https://github.com/savonarola/smppex).** See **[Examples](https://hexdocs.pm/smppex/examples.html)** for details.