fd: add myself as maintainer

This commit is contained in:
Maximilian Bosch 2020-02-28 03:46:23 +01:00
parent bb947e7e33
commit 146f3e3d49
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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