Skip to content

Commit d804def

Browse files
authored
Fix packe name
1 parent ca4e42a commit d804def

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "simplesamlphp/simplesamlphp-module-yubikey",
2+
"name": "simplesamlphp/simplesamlphp-module-authyubikey",
33
"description": "A module that is able to authenticate against YubiKey",
44
"type": "simplesamlphp-module",
5-
"keywords": ["simplesamlphp", "yubikey"],
5+
"keywords": ["simplesamlphp", "authyubikey"],
66
"license": "LGPL-3.0-or-later",
77
"authors": [
88
{
@@ -36,7 +36,7 @@
3636
"phpunit/phpunit": "~5.7"
3737
},
3838
"support": {
39-
"issues": "https://github.com/tvdijen/simplesamlphp-module-yubikey/issues",
40-
"source": "https://github.com/tvdijen/simplesamlphp-module-yubikey"
39+
"issues": "https://github.com/tvdijen/simplesamlphp-module-authyubikey/issues",
40+
"source": "https://github.com/tvdijen/simplesamlphp-module-authyubikey"
4141
}
4242
}

0 commit comments

Comments
 (0)