Unverified Commit e86b25c5 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #267218 from Atemu/numbat-maintainer

numbat: add myself as maintainer
parents 92663b61 d992fbfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/sharkdp/numbat/releases/tag/v${version}";
    license = with licenses; [ asl20 mit ];
    mainProgram = "numbat";
    maintainers = with maintainers; [ giomf ];
    maintainers = with maintainers; [ giomf atemu ];
  };
}