Update pkgs/shells/zsh/zsh-history/default.nix

Co-Authored-By: worldofpeace <worldofpeace@protonmail.ch>
This commit is contained in:
Christian Kampka
2019-10-07 21:02:56 +02:00
committed by GitHub
parent c0570ed238
commit 5ddfcc1f60

View File

@@ -23,7 +23,7 @@ buildGoModule rec {
'';
meta = with lib; {
description = "A CLI to provide enhanced history for your shell";
description = "A CLI to provide enhanced history for your ZSH shell";
license = licenses.mit;
homepage = https://github.com/b4b4r07/history;
platforms = platforms.unix;