tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maintainers: remove shyim
Soner Sayakci
5 months ago
f38281ff
db79c8a1
+11
-22
18 changed files
expand all
collapse all
unified
split
nixos
tests
opensearch.nix
pkgs
by-name
ad
adminerevo
package.nix
an
anydesk
package.nix
bl
blackfire
package.nix
php-probe.nix
dy
dynamodb-local
package.nix
fa
fastly
package.nix
fr
frankenphp
package.nix
fs
fsnotifier
package.nix
gi
git-credential-oauth
package.nix
lu
ludtwig
package.nix
my
mysql84
package.nix
op
opensearch
package.nix
opensearch-cli
package.nix
pl
platformsh
package.nix
ro
roadrunner
package.nix
vi
viceroy
package.nix
development
php-packages
zstd
default.nix
+1
-1
nixos/tests/opensearch.nix
···
5
{ pkgs, lib, ... }:
6
{
7
name = "opensearch";
8
-
meta.maintainers = with pkgs.lib.maintainers; [ shyim ];
9
10
nodes.machine = lib.mkMerge [
11
{
···
5
{ pkgs, lib, ... }:
6
{
7
name = "opensearch";
8
+
meta.maintainers = with pkgs.lib.maintainers; [ ];
9
10
nodes.machine = lib.mkMerge [
11
{
+1
-3
pkgs/by-name/ad/adminerevo/package.nix
···
69
asl20
70
gpl2Only
71
];
72
-
maintainers = with maintainers; [
73
-
shyim
74
-
];
75
platforms = platforms.all;
76
};
77
})
···
69
asl20
70
gpl2Only
71
];
72
+
maintainers = with maintainers; [ ];
0
0
73
platforms = platforms.all;
74
};
75
})
+1
-3
pkgs/by-name/an/anydesk/package.nix
···
143
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
144
license = lib.licenses.unfree;
145
platforms = [ "x86_64-linux" ];
146
-
maintainers = with lib.maintainers; [
147
-
shyim
148
-
];
149
};
150
})
···
143
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
144
license = lib.licenses.unfree;
145
platforms = [ "x86_64-linux" ];
146
+
maintainers = with lib.maintainers; [ ];
0
0
147
};
148
})
+1
-1
pkgs/by-name/bl/blackfire/package.nix
···
107
homepage = "https://blackfire.io/";
108
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
109
license = licenses.unfree;
110
-
maintainers = with maintainers; [ shyim ];
111
platforms = [
112
"x86_64-linux"
113
"aarch64-linux"
···
107
homepage = "https://blackfire.io/";
108
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
109
license = licenses.unfree;
110
+
maintainers = with maintainers; [ ];
111
platforms = [
112
"x86_64-linux"
113
"aarch64-linux"
+1
-1
pkgs/by-name/bl/blackfire/php-probe.nix
···
156
description = "Blackfire Profiler PHP module";
157
homepage = "https://blackfire.io/";
158
license = lib.licenses.unfree;
159
-
maintainers = with lib.maintainers; [ shyim ];
160
platforms = [
161
"x86_64-linux"
162
"aarch64-linux"
···
156
description = "Blackfire Profiler PHP module";
157
homepage = "https://blackfire.io/";
158
license = lib.licenses.unfree;
159
+
maintainers = with lib.maintainers; [ ];
160
platforms = [
161
"x86_64-linux"
162
"aarch64-linux"
-1
pkgs/by-name/dy/dynamodb-local/package.nix
···
86
license = licenses.unfree;
87
mainProgram = "dynamodb-local";
88
maintainers = with maintainers; [
89
-
shyim
90
martinjlowm
91
];
92
platforms = platforms.all;
···
86
license = licenses.unfree;
87
mainProgram = "dynamodb-local";
88
maintainers = with maintainers; [
0
89
martinjlowm
90
];
91
platforms = platforms.all;
-1
pkgs/by-name/fa/fastly/package.nix
···
82
license = licenses.asl20;
83
maintainers = with maintainers; [
84
ereslibre
85
-
shyim
86
];
87
mainProgram = "fastly";
88
};
···
82
license = licenses.asl20;
83
maintainers = with maintainers; [
84
ereslibre
0
85
];
86
mainProgram = "fastly";
87
};
-1
pkgs/by-name/fr/frankenphp/package.nix
···
133
mainProgram = "frankenphp";
134
maintainers = with lib.maintainers; [
135
gaelreyrol
136
-
shyim
137
];
138
platforms = lib.platforms.linux ++ lib.platforms.darwin;
139
};
···
133
mainProgram = "frankenphp";
134
maintainers = with lib.maintainers; [
135
gaelreyrol
0
136
];
137
platforms = lib.platforms.linux ++ lib.platforms.darwin;
138
};
+1
-1
pkgs/by-name/fs/fsnotifier/package.nix
···
34
description = "IntelliJ Platform companion program for watching and reporting file and directory structure modification";
35
license = lib.licenses.asl20;
36
mainProgram = "fsnotifier";
37
-
maintainers = with lib.maintainers; [ shyim ];
38
platforms = lib.platforms.linux;
39
};
40
}
···
34
description = "IntelliJ Platform companion program for watching and reporting file and directory structure modification";
35
license = lib.licenses.asl20;
36
mainProgram = "fsnotifier";
37
+
maintainers = with lib.maintainers; [ ];
38
platforms = lib.platforms.linux;
39
};
40
}
+1
-1
pkgs/by-name/gi/git-credential-oauth/package.nix
···
35
homepage = "https://github.com/hickford/git-credential-oauth";
36
changelog = "https://github.com/hickford/git-credential-oauth/releases/tag/${src.rev}";
37
license = lib.licenses.asl20;
38
-
maintainers = with lib.maintainers; [ shyim ];
39
mainProgram = "git-credential-oauth";
40
};
41
}
···
35
homepage = "https://github.com/hickford/git-credential-oauth";
36
changelog = "https://github.com/hickford/git-credential-oauth/releases/tag/${src.rev}";
37
license = lib.licenses.asl20;
38
+
maintainers = with lib.maintainers; [ ];
39
mainProgram = "git-credential-oauth";
40
};
41
}
-1
pkgs/by-name/lu/ludtwig/package.nix
···
24
homepage = "https://github.com/MalteJanz/ludtwig";
25
license = licenses.mit;
26
maintainers = with maintainers; [
27
-
shyim
28
maltejanz
29
];
30
mainProgram = "ludtwig";
···
24
homepage = "https://github.com/MalteJanz/ludtwig";
25
license = licenses.mit;
26
maintainers = with maintainers; [
0
27
maltejanz
28
];
29
mainProgram = "ludtwig";
-1
pkgs/by-name/my/mysql84/package.nix
···
119
license = licenses.gpl2;
120
maintainers = with maintainers; [
121
orivej
122
-
shyim
123
];
124
platforms = platforms.unix;
125
};
···
119
license = licenses.gpl2;
120
maintainers = with maintainers; [
121
orivej
0
122
];
123
platforms = platforms.unix;
124
};
+1
-1
pkgs/by-name/op/opensearch-cli/package.nix
···
32
homepage = "https://github.com/opensearch-project/opensearch-cli";
33
license = lib.licenses.asl20;
34
mainProgram = "opensearch-cli";
35
-
maintainers = with lib.maintainers; [ shyim ];
36
platforms = lib.platforms.unix;
37
sourceProvenance = with lib.sourceTypes; [ fromSource ];
38
};
···
32
homepage = "https://github.com/opensearch-project/opensearch-cli";
33
license = lib.licenses.asl20;
34
mainProgram = "opensearch-cli";
35
+
maintainers = with lib.maintainers; [ ];
36
platforms = lib.platforms.unix;
37
sourceProvenance = with lib.sourceTypes; [ fromSource ];
38
};
+1
-1
pkgs/by-name/op/opensearch/package.nix
···
61
description = "Open Source, Distributed, RESTful Search Engine";
62
homepage = "https://github.com/opensearch-project/OpenSearch";
63
license = lib.licenses.asl20;
64
-
maintainers = with lib.maintainers; [ shyim ];
65
platforms = lib.platforms.unix;
66
sourceProvenance = with lib.sourceTypes; [
67
binaryBytecode
···
61
description = "Open Source, Distributed, RESTful Search Engine";
62
homepage = "https://github.com/opensearch-project/OpenSearch";
63
license = lib.licenses.asl20;
64
+
maintainers = with lib.maintainers; [ ];
65
platforms = lib.platforms.unix;
66
sourceProvenance = with lib.sourceTypes; [
67
binaryBytecode
-1
pkgs/by-name/pl/platformsh/package.nix
···
65
license = lib.licenses.mit;
66
mainProgram = "platform";
67
maintainers = with lib.maintainers; [
68
-
shyim
69
spk
70
];
71
platforms = [
···
65
license = lib.licenses.mit;
66
mainProgram = "platform";
67
maintainers = with lib.maintainers; [
0
68
spk
69
];
70
platforms = [
+1
-1
pkgs/by-name/ro/roadrunner/package.nix
···
56
homepage = "https://roadrunner.dev";
57
license = lib.licenses.mit;
58
mainProgram = "rr";
59
-
maintainers = with lib.maintainers; [ shyim ];
60
};
61
}
···
56
homepage = "https://roadrunner.dev";
57
license = lib.licenses.mit;
58
mainProgram = "rr";
59
+
maintainers = with lib.maintainers; [ ];
60
};
61
}
-1
pkgs/by-name/vi/viceroy/package.nix
···
28
license = licenses.asl20;
29
maintainers = with maintainers; [
30
ereslibre
31
-
shyim
32
];
33
platforms = platforms.unix;
34
};
···
28
license = licenses.asl20;
29
maintainers = with maintainers; [
30
ereslibre
0
31
];
32
platforms = platforms.unix;
33
};
+1
-1
pkgs/development/php-packages/zstd/default.nix
···
30
description = "Zstd Extension for PHP";
31
license = licenses.mit;
32
homepage = "https://github.com/kjdev/php-ext-zstd";
33
-
maintainers = with lib.maintainers; [ shyim ];
34
};
35
}
···
30
description = "Zstd Extension for PHP";
31
license = licenses.mit;
32
homepage = "https://github.com/kjdev/php-ext-zstd";
33
+
maintainers = with lib.maintainers; [ ];
34
};
35
}