Mercurial > hgrepos > Python > libs > ConfigMix
changeset 204:bbc1aa40d781
Doc: use the correct URL for the source of the used toml library: https://github.com/uiri/toml
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 05 May 2019 14:57:15 +0200 |
| parents | b2a5442867e7 |
| children | 344da17f01e3 |
| files | CHANGES.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 05 14:53:15 2019 +0200 +++ b/CHANGES.txt Sun May 05 14:57:15 2019 +0200 @@ -56,7 +56,7 @@ :tags: feature Added support for TOML style configuration files. This needs - the external package :py:mod:`toml` (from "uiri/toml"). + the external package :py:mod:`toml` (from https://github.com/uiri/toml). .. changelog::
