tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zsh-syntax-highlighting: add maintainer gepbird
gepbird.tngl.sh
2 years ago
bf85950d
7d4c0832
verified
This commit was signed with the committer's
known signature
.
gepbird.tngl.sh
SSH Key Fingerprint:
SHA256:MP2UpIRtJpbFFqyucP431H/FPCfn58UhEUTro4lXtRs=
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
zsh-syntax-highlighting
default.nix
+1
-1
pkgs/shells/zsh/zsh-syntax-highlighting/default.nix
···
23
23
homepage = "https://github.com/zsh-users/zsh-syntax-highlighting";
24
24
license = licenses.bsd3;
25
25
platforms = platforms.unix;
26
26
-
maintainers = with maintainers; [ loskutov ];
26
26
+
maintainers = with maintainers; [ gepbird loskutov ];
27
27
};
28
28
})