Unverified Commit ad420b31 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

tml: add changelog to meta

parent 93a55400
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ buildGoModule rec {
  meta = with lib; {
    description = "A tiny markup language for terminal output";
    homepage = "https://github.com/liamg/tml";
    changelog = "https://github.com/liamg/tml/releases/tag/v${version}";
    license = licenses.unlicense;
    maintainers = with maintainers; [ figsoda ];
  };