Unverified Commit 16200935 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

phpExtensions.snuffleupagus: restore original maintainer

parent 4e09ea7a
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 ];
  };
}