stp: add numinit as maintainer

This commit is contained in:
Morgan Jones 2024-07-13 23:57:01 -07:00
parent 894f94a26b
commit 6be4dbd223
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Simple Theorem Prover";
maintainers = with maintainers; [ McSinyx ];
maintainers = with maintainers; [ McSinyx numinit ];
platforms = platforms.linux;
license = licenses.mit;
};