Unverified Commit 82b51d46 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

hck: add maintainer gepbird

parent 7b824e55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
}