~kaction/cookiecutter-haskell

17574b1f1746e8560f65eb813636549c75fa1d01 — Dmitry Bogatov 2 years ago 48349e7
Change default license from BSD3 to AGPL3

I doubt I will ever bother to sue anybody over license of my haskell libraries,
but intentions matter, aren't they?
1 files changed, 1 insertions(+), 1 deletions(-)

M {{cookiecutter.project_name}}/package.yaml
M {{cookiecutter.project_name}}/package.yaml => {{cookiecutter.project_name}}/package.yaml +1 -1
@@ 4,7 4,7 @@ synopsis: {{cookiecutter.project_synopsis}}
description: See README at <https://git.sr.ht/~{{cookiecutter.srht_user}}/haskell-{{cookiecutter.project_name}}>
author: {{cookiecutter.author_name}}
category: {{cookiecutter.category}}
license: BSD-3-Clause
license: AGPL-3
git: https://git.sr.ht/~{{cookiecutter.srht_user}}/haskell-{{cookiecutter.project_name}}

dependencies: