about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMarkus Scherer <markus.f.scherer@gmail.com>2024-07-16 12:22:24 +0200
committerAustin Seipp <aseipp@pobox.com>2024-07-16 07:31:42 -0500
commit0ba57b396f101a161e18675d35d40b21af4dfdcd (patch)
tree6121a4c127629fe578f3d88669829ace1451e11d /pkgs/development
parenta441e6a6a6a0a92daad074c92f886e96bf2f2528 (diff)
souffle: add markusscherer as maintainer
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/souffle/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/souffle/default.nix b/pkgs/development/compilers/souffle/default.nix
index b426e1e9f3fdb..b851ac2c1403d 100644
--- a/pkgs/development/compilers/souffle/default.nix
+++ b/pkgs/development/compilers/souffle/default.nix
@@ -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;
   };
 }