Commit 0ba57b39 authored by Markus Scherer's avatar Markus Scherer Committed by Austin Seipp
Browse files

souffle: add markusscherer as maintainer

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