Merge pull request #145951 from Mic92/zsh-fast-syntax-highlighting

This commit is contained in:
Janne Heß 2021-11-15 21:16:03 +01:00 committed by GitHub
commit 51befa6cdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};