souffle: add markusscherer as maintainer

This commit is contained in:
Markus Scherer 2024-07-16 12:22:24 +02:00 committed by Austin Seipp
parent a441e6a6a6
commit 0ba57b396f

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
description = "Translator of declarative Datalog programs into the C++ language";
homepage = "https://souffle-lang.github.io/";
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice copumpkin wchresta ];
maintainers = with maintainers; [ thoughtpolice copumpkin wchresta markusscherer ];
license = licenses.upl;
};
}