mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
python3Packages.epc: clarify license
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user