Commit c6f109bb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

lexicon: add changelog to meta

parent 14b23e09
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };