xterm: add changelog

This commit is contained in:
Daniel Nagy 2021-02-10 23:17:35 +01:00
parent f778e4708b
commit 2cc031479d
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

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";
};
}