maintainers: drop danbst

This commit is contained in:
René Neumann 2026-02-11 17:41:08 +01:00
parent 0dc9e6ebbc
commit 7d41466e44
10 changed files with 6 additions and 15 deletions

View file

@ -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";

View file

@ -14,7 +14,6 @@ in
{
meta = {
maintainers = with lib.maintainers; [
danbst
anthonyroussel
];
};

View file

@ -2,7 +2,7 @@
{
name = "containers-reloadable";
meta = {
maintainers = with lib.maintainers; [ danbst ];
maintainers = [ ];
};
nodes = {

View file

@ -10,7 +10,6 @@
meta = with pkgs.lib.maintainers; {
maintainers = [
mbbx6spp
danbst
];
};

View file

@ -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;
};

View file

@ -26,6 +26,6 @@ buildGoModule (finalAttrs: {
mainProgram = "dolt";
homepage = "https://github.com/dolthub/dolt";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ danbst ];
maintainers = [ ];
};
})

View file

@ -76,7 +76,6 @@ python3Packages.buildPythonApplication {
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [
danbst
gbtb
];
};

View file

@ -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 = [ ];
};
}

View file

@ -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";
};

View file

@ -38,6 +38,6 @@ postgresqlBuildExtension {
'';
platforms = postgresql.meta.platforms;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ danbst ];
maintainers = [ ];
};
}