hostmux: add meta.changelog

This commit is contained in:
Udo Sauer
2024-10-30 11:23:34 +01:00
committed by Yaya
parent f8ec48bd37
commit 4e5d73b1b8
+1
View File
@@ -48,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Small wrapper script for tmux to easily connect to a series of hosts via ssh and open a split pane for each of the hosts";
homepage = "https://github.com/hukl/hostmux";
changelog = "https://github.com/hukl/hostmux/releases/tag/${finalAttrs.version}";
license = lib.licenses.mit;
mainProgram = "hostmux";
maintainers = with lib.maintainers; [ fernsehmuell ];