Merge pull request #147313 from SuperSandro2000/delta

delta: add SuperSandro2000 as maintainer
This commit is contained in:
Bobby Rong
2021-11-25 09:51:22 +08:00
committed by GitHub
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
description = "A syntax-highlighting pager for git";
changelog = "https://github.com/dandavison/delta/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ marsam zowoq ];
maintainers = with maintainers; [ marsam zowoq SuperSandro2000 ];
};
}