hck: add maintainer gepbird

This commit is contained in:
Gutyina Gergő 2024-04-15 23:40:28 +02:00
parent 7b824e55d2
commit 82b51d4670
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sstadick/hck";
changelog = "https://github.com/sstadick/hck/blob/v${version}/CHANGELOG.md";
license = with licenses; [ mit /* or */ unlicense ];
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda gepbird ];
mainProgram = "hck";
};
}