mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
maintainers: drop ivan (#493481)
This commit is contained in:
commit
2510a47d51
19 changed files with 10 additions and 26 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
ivan
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
license = lib.licenses.cc0;
|
||||
maintainers = with lib.maintainers; [
|
||||
xrelkd
|
||||
ivan
|
||||
matthiasbeyer
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ buildGoModule rec {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
benley
|
||||
ivan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -56,6 +56,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
platforms = lib.platforms.unix;
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [ ivan ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
|
|
@ -105,7 +105,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
andersk
|
||||
ivan
|
||||
];
|
||||
mainProgram = "vnu";
|
||||
platforms = lib.platforms.all;
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ buildGo126Module (finalAttrs: {
|
|||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [
|
||||
yorickvp
|
||||
ivan
|
||||
leona
|
||||
shawn8901
|
||||
ryan4yin
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ buildPythonPackage rec {
|
|||
license = lib.licenses.mpl11;
|
||||
maintainers = with lib.maintainers; [
|
||||
dotlambda
|
||||
ivan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ buildGoModule rec {
|
|||
maintainers = with lib.maintainers; [
|
||||
lucus16
|
||||
undefined-moe
|
||||
ivan
|
||||
];
|
||||
mainProgram = "esbuild";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue