cargo-geiger: add maintainer gepbird

This commit is contained in:
Gutyina Gergő
2024-05-10 22:30:13 +02:00
parent bca6725f18
commit 3afc7aa37a
+1 -1
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 ];
};
}