mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-22 07:04:56 +01:00
Fix license identifier
This commit is contained in:
@@ -16,7 +16,7 @@ const docTemplate = `{
|
|||||||
"email": "hello@getalby.com"
|
"email": "hello@getalby.com"
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GNU GPL",
|
"name": "GNU GPLv3",
|
||||||
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||||
},
|
},
|
||||||
"version": "{{.Version}}"
|
"version": "{{.Version}}"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
"email": "hello@getalby.com"
|
"email": "hello@getalby.com"
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
"name": "GNU GPL",
|
"name": "GNU GPLv3",
|
||||||
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||||
},
|
},
|
||||||
"version": "0.9.0"
|
"version": "0.9.0"
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ info:
|
|||||||
description: Accounting wrapper for the Lightning Network providing separate accounts
|
description: Accounting wrapper for the Lightning Network providing separate accounts
|
||||||
for end-users.
|
for end-users.
|
||||||
license:
|
license:
|
||||||
name: GNU GPL
|
name: GNU GPLv3
|
||||||
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
title: LNDhub.go
|
title: LNDhub.go
|
||||||
version: 0.9.0
|
version: 0.9.0
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -50,7 +50,7 @@ var staticContent embed.FS
|
|||||||
// @contact.url https://getalby.com
|
// @contact.url https://getalby.com
|
||||||
// @contact.email hello@getalby.com
|
// @contact.email hello@getalby.com
|
||||||
|
|
||||||
// @license.name GNU GPL
|
// @license.name GNU GPLv3
|
||||||
// @license.url https://www.gnu.org/licenses/gpl-3.0.en.html
|
// @license.url https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||||
|
|
||||||
// @BasePath /
|
// @BasePath /
|
||||||
|
|||||||
Reference in New Issue
Block a user