Unverified Commit 34a1019a authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #242945 from NixOS/php/extension/update-snuffleupagus-add-back-maintainer

phpExtensions.snuffleupagus: restore original maintainer
parents 4e09ea7a 16200935
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,6 +45,6 @@ buildPecl rec {
    description = "Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!";
    homepage = "https://github.com/jvoisin/snuffleupagus";
    license = lib.licenses.lgpl3Only;
    maintainers = lib.teams.php.members;
    maintainers = lib.teams.php.members ++ [ lib.maintainers.zupo ];
  };
}