cargo-geiger: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2024-05-10 22:27:54 +02:00
parent bca6725f18
commit 3afc7aa37a
No known key found for this signature in database

View File

@ -65,6 +65,6 @@ rustPlatform.buildRustPackage rec {
code is appropriate.
'';
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ evanjs jk matthiasbeyer ];
maintainers = with maintainers; [ evanjs gepbird jk matthiasbeyer ];
};
}