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"
|
||||
},
|
||||
"license": {
|
||||
"name": "GNU GPL",
|
||||
"name": "GNU GPLv3",
|
||||
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||
},
|
||||
"version": "{{.Version}}"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"email": "hello@getalby.com"
|
||||
},
|
||||
"license": {
|
||||
"name": "GNU GPL",
|
||||
"name": "GNU GPLv3",
|
||||
"url": "https://www.gnu.org/licenses/gpl-3.0.en.html"
|
||||
},
|
||||
"version": "0.9.0"
|
||||
|
||||
@@ -178,7 +178,7 @@ info:
|
||||
description: Accounting wrapper for the Lightning Network providing separate accounts
|
||||
for end-users.
|
||||
license:
|
||||
name: GNU GPL
|
||||
name: GNU GPLv3
|
||||
url: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
title: LNDhub.go
|
||||
version: 0.9.0
|
||||
|
||||
Reference in New Issue
Block a user