mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
maintainers: remove shyim
This commit is contained in:
@@ -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 [
|
||||
{
|
||||
|
||||
@@ -69,9 +69,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
asl20
|
||||
gpl2Only
|
||||
];
|
||||
maintainers = with maintainers; [
|
||||
shyim
|
||||
];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -86,7 +86,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = licenses.unfree;
|
||||
mainProgram = "dynamodb-local";
|
||||
maintainers = with maintainers; [
|
||||
shyim
|
||||
martinjlowm
|
||||
];
|
||||
platforms = platforms.all;
|
||||
|
||||
@@ -82,7 +82,6 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
ereslibre
|
||||
shyim
|
||||
];
|
||||
mainProgram = "fastly";
|
||||
};
|
||||
|
||||
@@ -133,7 +133,6 @@ buildGoModule rec {
|
||||
mainProgram = "frankenphp";
|
||||
maintainers = with lib.maintainers; [
|
||||
gaelreyrol
|
||||
shyim
|
||||
];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/MalteJanz/ludtwig";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
shyim
|
||||
maltejanz
|
||||
];
|
||||
mainProgram = "ludtwig";
|
||||
|
||||
@@ -119,7 +119,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [
|
||||
orivej
|
||||
shyim
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -65,7 +65,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "platform";
|
||||
maintainers = with lib.maintainers; [
|
||||
shyim
|
||||
spk
|
||||
];
|
||||
platforms = [
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
ereslibre
|
||||
shyim
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user