maintainers: drop ivan (#493481)

This commit is contained in:
Gergő Gutyina 2026-03-04 09:00:47 +00:00 committed by GitHub
commit 2510a47d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 10 additions and 26 deletions

View file

@ -11530,12 +11530,6 @@
github = "ivalery111";
githubId = 37245535;
};
ivan = {
email = "ivan@ludios.org";
github = "ivan";
githubId = 4458;
name = "Ivan Kozik";
};
ivan-babrou = {
email = "nixpkgs@ivan.computer";
name = "Ivan Babrou";

View file

@ -89,8 +89,7 @@ stdenv.mkDerivation rec {
homepage = "https://rsync.samba.org/";
license = lib.licenses.gpl3Plus;
mainProgram = "rsync";
maintainers = with lib.maintainers; [
ivan
maintainers = [
];
platforms = lib.platforms.unix;
identifiers.cpeParts = {

View file

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/BLAKE3-team/BLAKE3/";
maintainers = with lib.maintainers; [
fpletz
ivan
];
license = with lib.licenses; [
cc0

View file

@ -32,7 +32,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
mit
];
maintainers = with lib.maintainers; [
ivan
matthiasbeyer
];
};

View file

@ -38,7 +38,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.cc0;
maintainers = with lib.maintainers; [
xrelkd
ivan
matthiasbeyer
];
};

View file

@ -39,7 +39,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
benley
ivan
];
};
}

View file

@ -71,7 +71,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
changelog = "https://github.com/AsamK/signal-cli/blob/v${finalAttrs.version}/CHANGELOG.md";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.gpl3;
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
platforms = lib.platforms.all;
};
})

View file

@ -56,6 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
platforms = lib.platforms.unix;
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
};
})

View file

@ -105,7 +105,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
andersk
ivan
];
mainProgram = "vnu";
platforms = lib.platforms.all;

View file

@ -87,7 +87,6 @@ buildGo126Module (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
yorickvp
ivan
leona
shawn8901
ryan4yin

View file

@ -48,7 +48,6 @@ buildPythonPackage rec {
license = lib.licenses.mpl11;
maintainers = with lib.maintainers; [
dotlambda
ivan
];
};
}

View file

@ -38,8 +38,7 @@ buildPythonPackage rec {
homepage = "https://github.com/dw/py-lmdb";
changelog = "https://github.com/jnwatson/py-lmdb/blob/py-lmdb_${version}/ChangeLog";
license = lib.licenses.openldap;
maintainers = with lib.maintainers; [
ivan
maintainers = [
];
};
}

View file

@ -49,6 +49,6 @@ buildPythonPackage rec {
description = "Debugging manhole for Python applications";
mainProgram = "manhole-cli";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
};
}

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Similar to namedtuple, but instances are mutable";
homepage = "https://gitlab.com/ericvsmith/namedlist";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
};
}

View file

@ -53,7 +53,7 @@ buildPythonPackage rec {
description = "Social networking service scraper";
homepage = "https://github.com/JustAnotherArchivist/snscrape";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
mainProgram = "snscrape";
};
}

View file

@ -32,7 +32,6 @@ buildGoModule rec {
maintainers = with lib.maintainers; [
lucus16
undefined-moe
ivan
];
mainProgram = "esbuild";
};

View file

@ -29,7 +29,7 @@ buildHomeAssistantComponent rec {
changelog = "https://github.com/iprak/sensi/releases/tag/v${version}";
description = "HomeAssistant integration for Sensi thermostat";
homepage = "https://github.com/iprak/sensi";
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
license = lib.licenses.mit;
};
}

View file

@ -19,7 +19,7 @@ postgresqlBuildExtension (finalAttrs: {
meta = {
description = "PostgreSQL extension implementing SQL standard functionality for PERIODs and SYSTEM VERSIONING";
homepage = "https://github.com/xocolatl/periods";
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;
};

View file

@ -20,7 +20,7 @@ postgresqlBuildExtension (finalAttrs: {
description = "Materialized views with IVM (Incremental View Maintenance) for PostgreSQL";
homepage = "https://github.com/sraoss/pg_ivm";
changelog = "https://github.com/sraoss/pg_ivm/releases/tag/v${finalAttrs.version}";
maintainers = with lib.maintainers; [ ivan ];
maintainers = [ ];
platforms = postgresql.meta.platforms;
license = lib.licenses.postgresql;
};