maintainers: add spk

This commit is contained in:
Laurent Arnoud 2026-06-08 08:38:51 +00:00
commit 85ce804bf9
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
homepage = "https://blackfire.io/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ ];
maintainers = with lib.maintainers; [ spk ];
platforms = [
"x86_64-linux"
"aarch64-linux"

View file

@ -161,7 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Blackfire Profiler PHP module";
homepage = "https://blackfire.io/";
license = lib.licenses.unfree;
maintainers = [ ];
maintainers = with lib.maintainers; [ spk ];
platforms = [
"x86_64-linux"
"aarch64-linux"