zsh-fast-syntax-highlighting: new upstream url

main
Jörg Thalheim 3 years ago
parent 8c20fed573
commit 603254bab2
  1. 4
      pkgs/shells/zsh/zsh-fast-syntax-highlighting/default.nix

@ -5,7 +5,7 @@ stdenvNoCC.mkDerivation rec {
version = "1.55";
src = fetchFromGitHub {
owner = "zdharma";
owner = "zdharma-continuum";
repo = "fast-syntax-highlighting";
rev = "v${version}";
sha256 = "0h7f27gz586xxw7cc0wyiv3bx0x3qih2wwh05ad85bh2h834ar8d";
@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation rec {
meta = with lib; {
description = "Syntax-highlighting for Zshell";
homepage = "https://github.com/zdharma/fast-syntax-highlighting";
homepage = "https://github.com/zdharma-continuum/fast-syntax-highlighting";
license = licenses.bsd3;
platforms = platforms.unix;
};

Loading…
Cancel
Save