changeset 18:b83450c3727a

Accurately describe license as GPLv2.
author Paul Fisher <paul@pfish.zone>
date Sun, 22 Feb 2026 13:49:30 -0500
parents a70f387ab3cd
children ba45dc4ed212
files pyproject.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Fri Feb 20 21:12:40 2026 -0500
+++ b/pyproject.toml	Sun Feb 22 13:49:30 2026 -0500
@@ -7,7 +7,7 @@
 dynamic = ["version"]
 description = 'Serves Git repositories from Mercurial.'
 requires-python = ">=3.8"
-license = "MIT"
+license = "GPL-2.0"
 keywords = []
 authors = [
   { name = "Paul Fisher", email = "paul@pfish.zone" },