build(composer): Fix license
"GPL-3.0" is a deprecated SPDX license identifier.
This commit is contained in:
parent
3ae961c947
commit
bebcbf5364
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "rudloff/alltube",
|
"name": "rudloff/alltube",
|
||||||
"description": "HTML GUI for youtube-dl",
|
"description": "HTML GUI for youtube-dl",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0-only",
|
||||||
"homepage": "http://alltubedownload.net/",
|
"homepage": "http://alltubedownload.net/",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"require": {
|
"require": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue