Unverified Commit bac6eaef authored by GNUqb114514's avatar GNUqb114514 Committed by GitHub
Browse files

zsh-abbr: fix license issue (#384492)

Fix zsh-abbr license issue
parent 203b62f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };