mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
maintainers: add spk
This commit is contained in:
parent
3a2ca800cb
commit
85ce804bf9
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue