fd: add maintainer

This commit is contained in:
zowoq 2020-06-08 13:24:35 +10:00
parent 6ade1ec9a0
commit bec1b17a4c

View file

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/sharkdp/fd";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir globin ma27 ];
maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
platforms = platforms.all;
};
}