xterm: add changelog
This commit is contained in:
parent
f778e4708b
commit
2cc031479d
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue