cargo-edit: add filalex77 to maintainers

This commit is contained in:
Oleksii Filonenko 2019-12-05 18:24:45 +02:00
parent b0ce0c83f6
commit 0b5751c580
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility for managing cargo dependencies from the command line";
homepage = https://github.com/killercup/cargo-edit;
license = with licenses; [ mit ];
maintainers = with maintainers; [ gerschtli jb55 ];
maintainers = with maintainers; [ gerschtli jb55 filalex77 ];
platforms = platforms.all;
};
}