From 05505125672c25e7526b79214f01701ef14c5e2d Mon Sep 17 00:00:00 2001 From: Mike Henninger Date: Tue, 15 Oct 2024 14:41:22 -0400 Subject: [PATCH] Fixing name in composer.json file. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8a5c75c..d26d7dc 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "psul-libraries/psul_user_auth", + "name": "psu-libraries/psul_user_auth", "description": "Adds functionality to alter users and user authentication", "type": "drupal-module", "license": "GPL-2.0-or-later",