mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 16:34:52 +09:00
Clearly specify license as AGPL-3-or-later in cabal file
This commit is contained in:
parent
a683185918
commit
29904080df
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
cabal-version: 2.2
|
||||||
name: vervis
|
name: vervis
|
||||||
version: 0.1
|
version: 0.1
|
||||||
synopsis: Federated project hosting platform
|
synopsis: Federated project hosting platform
|
||||||
|
@ -10,7 +11,7 @@ description:
|
||||||
released under the AGPL 3 license.
|
released under the AGPL 3 license.
|
||||||
homepage: https://vervis.peers.community/repos/rjQ3E
|
homepage: https://vervis.peers.community/repos/rjQ3E
|
||||||
bug-reports: pere@towards.vision
|
bug-reports: pere@towards.vision
|
||||||
license: AGPL-3
|
license: AGPL-3.0-or-later
|
||||||
license-file: COPYING.AGPL3
|
license-file: COPYING.AGPL3
|
||||||
author: Pere Lev
|
author: Pere Lev
|
||||||
maintainer: pere@towards.vision
|
maintainer: pere@towards.vision
|
||||||
|
@ -23,7 +24,6 @@ extra-source-files: AUTHORS.md
|
||||||
FEDERATION.md
|
FEDERATION.md
|
||||||
INSTALL.md
|
INSTALL.md
|
||||||
README.md
|
README.md
|
||||||
cabal-version: >=1.10
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue