# HG changeset patch # User Franz Glasner # Date 1557061035 -7200 # Node ID bbc1aa40d7814c3f0207113ba224ceacb6b00d61 # Parent b2a5442867e7b4a91403ce77b3bb2ac7be853865 Doc: use the correct URL for the source of the used toml library: https://github.com/uiri/toml diff -r b2a5442867e7 -r bbc1aa40d781 CHANGES.txt --- 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::