Skip to content

Commit

Permalink
README: Use proper license identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Apr 11, 2024
1 parent 95d50ca commit da8b3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This installer ensures that plugins and skins end up in the correct directory:
{
"name": "<your-vendor-name>/<plugin-name>",
"type": "roundcube-plugin",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"require": {
"roundcube/plugin-installer": ">=0.3.0"
}
Expand All @@ -26,7 +26,7 @@ This installer ensures that plugins and skins end up in the correct directory:
{
"name": "<your-vendor-name>/<skin-name>",
"type": "roundcube-skin",
"license": "GPL-3.0+",
"license": "GPL-3.0-or-later",
"require": {
"roundcube/plugin-installer": ">=0.3.0"
}
Expand Down

0 comments on commit da8b3a7

Please sign in to comment.