maintainers: remove shyim

This commit is contained in:
Soner Sayakci
2025-08-24 12:05:19 +02:00
parent db79c8a1b2
commit f38281ffaa
18 changed files with 11 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ let
{ pkgs, lib, ... }:
{
name = "opensearch";
meta.maintainers = with pkgs.lib.maintainers; [ shyim ];
meta.maintainers = with pkgs.lib.maintainers; [ ];
nodes.machine = lib.mkMerge [
{

View File

@@ -69,9 +69,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
asl20
gpl2Only
];
maintainers = with maintainers; [
shyim
];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
})

View File

@@ -143,8 +143,6 @@ stdenv.mkDerivation (finalAttrs: {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [
shyim
];
maintainers = with lib.maintainers; [ ];
};
})

View File

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

View File

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

View File

@@ -86,7 +86,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = licenses.unfree;
mainProgram = "dynamodb-local";
maintainers = with maintainers; [
shyim
martinjlowm
];
platforms = platforms.all;

View File

@@ -82,7 +82,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [
ereslibre
shyim
];
mainProgram = "fastly";
};

View File

@@ -133,7 +133,6 @@ buildGoModule rec {
mainProgram = "frankenphp";
maintainers = with lib.maintainers; [
gaelreyrol
shyim
];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
};

View File

@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "IntelliJ Platform companion program for watching and reporting file and directory structure modification";
license = lib.licenses.asl20;
mainProgram = "fsnotifier";
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.linux;
};
}

View File

@@ -35,7 +35,7 @@ buildGoModule rec {
homepage = "https://github.com/hickford/git-credential-oauth";
changelog = "https://github.com/hickford/git-credential-oauth/releases/tag/${src.rev}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
mainProgram = "git-credential-oauth";
};
}

View File

@@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/MalteJanz/ludtwig";
license = licenses.mit;
maintainers = with maintainers; [
shyim
maltejanz
];
mainProgram = "ludtwig";

View File

@@ -119,7 +119,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl2;
maintainers = with maintainers; [
orivej
shyim
];
platforms = platforms.unix;
};

View File

@@ -32,7 +32,7 @@ buildGoModule rec {
homepage = "https://github.com/opensearch-project/opensearch-cli";
license = lib.licenses.asl20;
mainProgram = "opensearch-cli";
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix;
sourceProvenance = with lib.sourceTypes; [ fromSource ];
};

View File

@@ -61,7 +61,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Open Source, Distributed, RESTful Search Engine";
homepage = "https://github.com/opensearch-project/OpenSearch";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
platforms = lib.platforms.unix;
sourceProvenance = with lib.sourceTypes; [
binaryBytecode

View File

@@ -65,7 +65,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
mainProgram = "platform";
maintainers = with lib.maintainers; [
shyim
spk
];
platforms = [

View File

@@ -56,6 +56,6 @@ buildGoModule rec {
homepage = "https://roadrunner.dev";
license = lib.licenses.mit;
mainProgram = "rr";
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
};
}

View File

@@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [
ereslibre
shyim
];
platforms = platforms.unix;
};

View File

@@ -30,6 +30,6 @@ buildPecl {
description = "Zstd Extension for PHP";
license = licenses.mit;
homepage = "https://github.com/kjdev/php-ext-zstd";
maintainers = with lib.maintainers; [ shyim ];
maintainers = with lib.maintainers; [ ];
};
}