cargo-update: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2020-01-09 16:25:20 +02:00
parent 204b722bed
commit 1bd8b17959
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
description = "A cargo subcommand for checking and applying updates to installed executables";
homepage = "https://github.com/nabijaczleweli/cargo-update";
license = licenses.mit;
maintainers = with maintainers; [ gerschtli ];
maintainers = with maintainers; [ gerschtli filalex77 ];
platforms = platforms.all;
};
}