From 953560ba0a761eb0bd45018717617ffae89b9368 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 18 Apr 2020 13:40:47 -0700 Subject: [PATCH] fix typo in poetry config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d908b65d..fa31c0d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ maintainers = [ "Jonathan Wren and Micah Ellison ", ] -license = "GPLv3" +license = "GPL-3.0-only" readme = "README.md" homepage = "https://jrnl.sh" repository = "https://github.com/jrnl-org/jrnl"