mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
maintainers: drop danbst
This commit is contained in:
@@ -5800,12 +5800,6 @@
|
||||
name = "Daniil Berendeev";
|
||||
keys = [ { fingerprint = "60D7 0EE0 3BD4 A415 B255 1938 6556 0668 006B 4906"; } ];
|
||||
};
|
||||
danbst = {
|
||||
email = "abcz2.uprola@gmail.com";
|
||||
github = "danbst";
|
||||
githubId = 743057;
|
||||
name = "Danylo Hlynskyi";
|
||||
};
|
||||
danbulant = {
|
||||
name = "Daniel Bulant";
|
||||
email = "danbulant@gmail.com";
|
||||
|
||||
@@ -14,7 +14,6 @@ in
|
||||
{
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [
|
||||
danbst
|
||||
anthonyroussel
|
||||
];
|
||||
};
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
name = "containers-reloadable";
|
||||
meta = {
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [
|
||||
mbbx6spp
|
||||
danbst
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation {
|
||||
description = "Pass mouse wheel commands to secondary screens (screen, less, nano, etc)";
|
||||
homepage = "https://aur.archlinux.org/packages/urxvt-vtwheel";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
platforms = with lib.platforms; unix;
|
||||
};
|
||||
|
||||
|
||||
@@ -26,6 +26,6 @@ buildGoModule (finalAttrs: {
|
||||
mainProgram = "dolt";
|
||||
homepage = "https://github.com/dolthub/dolt";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -76,7 +76,6 @@ python3Packages.buildPythonApplication {
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [
|
||||
danbst
|
||||
gbtb
|
||||
];
|
||||
};
|
||||
|
||||
@@ -29,6 +29,6 @@ buildPythonPackage rec {
|
||||
description = "Accessing and Modifying INI files";
|
||||
homepage = "https://github.com/candlepin/python-iniparse";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/reorg/pg_repack";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
inherit (postgresql.meta) platforms;
|
||||
mainProgram = "pg_repack";
|
||||
};
|
||||
|
||||
@@ -38,6 +38,6 @@ postgresqlBuildExtension {
|
||||
'';
|
||||
platforms = postgresql.meta.platforms;
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ danbst ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user