Fix license identifier

This commit is contained in:
Pavol Rusnak
2022-07-10 18:58:03 +02:00
parent 362c2cbe12
commit 5a8aafd7fc
4 changed files with 4 additions and 4 deletions

View File

@@ -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}}"

View File

@@ -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"

View File

@@ -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

View File

@@ -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 /