phpExtensions.snuffleupagus: restore original maintainer

This commit is contained in:
Pol Dellaiera 2023-07-12 00:47:49 +02:00
parent 4e09ea7a6c
commit 16200935f3
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -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 ];
};
}