python3Packages.epc: clarify license

This commit is contained in:
Sigmanificient
2026-07-20 23:58:33 +02:00
parent ef86ab39d3
commit fd6b3374e8

View File

@@ -24,6 +24,6 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "EPC (RPC stack for Emacs Lisp) implementation in Python";
homepage = "https://github.com/tkf/python-epc";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Only;
};
})