xterm: make meta.changelog point to a specific changelog section
This commit is contained in:
@@ -122,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://invisible-island.net/xterm";
|
||||
license = with lib.licenses; [ mit ];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
changelog = "https://invisible-island.net/xterm/xterm.log.html";
|
||||
changelog = "https://invisible-island.net/xterm/xterm.log.html#xterm_${finalAttrs.version}";
|
||||
mainProgram = "xterm";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user