gitAndTools.delta: add maintainer

This commit is contained in:
zowoq 2020-07-02 09:43:24 +10:00
parent 092cf65e99
commit 26c7b538cc

View File

@ -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 ma27 ];
maintainers = with maintainers; [ marsam ma27 zowoq ];
};
}