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

View File

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