From 77252fd2db57333b084df73582fbcdbf9746bb72 Mon Sep 17 00:00:00 2001
From: Thomas Landauer <thomas@landauer.at>
Date: Sat, 18 Mar 2023 15:33:41 +0100
Subject: [PATCH 1/2] Disambiguation from Delivery Status Notification (=DSN
 too)

See https://en.wikipedia.org/wiki/Bounce_message
---
 pkg/dsn/composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/dsn/composer.json b/pkg/dsn/composer.json
index 3cdac4c2d..50d2b9d22 100644
--- a/pkg/dsn/composer.json
+++ b/pkg/dsn/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "enqueue/dsn",
     "type": "library",
-    "description": "Parse DSN",
+    "description": "Parse DSN (Data Source Name)",
     "keywords": ["dsn", "parse"],
     "homepage": "https://enqueue.forma-pro.com/",
     "license": "MIT",

From 433ea891644bac18d7d6cd0eafa2216332294467 Mon Sep 17 00:00:00 2001
From: Thomas Landauer <thomas@landauer.at>
Date: Sat, 18 Mar 2023 15:34:13 +0100
Subject: [PATCH 2/2] Update README.md

---
 pkg/dsn/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/dsn/README.md b/pkg/dsn/README.md
index ca0ce7da9..98fe1b4be 100644
--- a/pkg/dsn/README.md
+++ b/pkg/dsn/README.md
@@ -7,7 +7,7 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
 
 ---
 
-# Enqueue. Parse DSN class
+# Enqueue. Parse DSN (Data Source Name) class
 
 ## Resources