xterm: add changelog

This commit is contained in:
Daniel Nagy
2021-02-10 23:17:35 +01:00
parent f778e4708b
commit 2cc031479d

View File

@@ -115,5 +115,6 @@ stdenv.mkDerivation rec {
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ nequissimus vrthra ];
platforms = with lib.platforms; linux ++ darwin;
changelog = "https://invisible-island.net/xterm/xterm.log.html";
};
}