zsh-abbr: fix license issue (#384492)

Fix zsh-abbr license issue
This commit is contained in:
GNUqb114514
2025-02-24 15:58:20 +08:00
committed by GitHub
parent 203b62f141
commit bac6eaef55
+1 -1
View File
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/olets/zsh-abbr";
description = "Zsh manager for auto-expanding abbreviations, inspired by fish shell";
license = with licenses; [cc-by-nc-nd-40 hl3];
license = with licenses; [cc-by-nc-sa-40 hl3];
maintainers = with maintainers; [icy-thought];
platforms = platforms.all;
};