diff --git a/CHANGELOG.md b/CHANGELOG.md index 9349360..664af4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Added the `CPR / Navn validering` element to allowed recipient element names [PR-43](https://github.com/itk-dev/os2forms_digital_post/pull/43) +## Changed + +- Changed composer name to `os2forms/os2forms_digital_post` + [PR-47](https://github.com/itk-dev/os2forms_digital_post/pull/47) + ## [2.0.1] ## Changed diff --git a/composer.json b/composer.json index 899fd47..39fe4aa 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,15 @@ { - "name": "itk-dev/os2forms_digital_post", + "name": "os2forms/os2forms_digital_post", "description": "Provides integration to Print service provided by Serviceplatformen.", "type": "drupal-module", "license": "MIT", "authors": [ { - "name": "Lars Steen Risom", - "email": "lats@aarhus.dk" + "name": "Lars Steen Risom" + }, + { + "name": "Mikkel Ricky", + "email": "rimi@aarhus.dk" } ], "repositories": {