lexicon: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-27 15:10:45 +01:00
parent 14b23e091d
commit c6f109bb59

View file

@ -58,6 +58,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Manipulate DNS records of various DNS providers in a standardized way";
homepage = "https://github.com/AnalogJ/lexicon";
changelog = "https://github.com/AnalogJ/lexicon/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ flyfloh ];
};