Unverified Commit f5e50a3c authored by Tomodachi94's avatar Tomodachi94 Committed by GitHub
Browse files

zsh-you-should-use: add `meta.changelog`

parent 19e3613a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {

  meta = {
    homepage = "https://github.com/MichaelAquilina/zsh-you-should-use";
    changelog = "https://github.com/MichaelAquilina/zsh-you-should-use/blob/${finalAttrs.src.tag}/CHANGELOG.md";
    license = lib.licenses.gpl3;
    description = "ZSH plugin that reminds you to use existing aliases for commands you just typed";
    maintainers = with lib.maintainers; [ tomodachi94 ];