treewide: Take over maintainership from the flyingcircus team

The flyingcircus team was dissolved as it's an external team.
We (osnyx and me) take over maintainersip as persons.
This commit is contained in:
Leona Maroni
2026-01-12 15:48:18 +01:00
parent 0a5456c067
commit d54a686bba
17 changed files with 60 additions and 3 deletions
+5
View File
@@ -101,4 +101,9 @@ in
}
) instances;
};
meta.maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
}
@@ -33,6 +33,8 @@ in
{
meta.maintainers = [
lib.maintainers.vcunat # upstream developer
lib.maintainers.leona
lib.maintainers.osnyx
];
###### interface
+4
View File
@@ -1,6 +1,10 @@
{ lib, ... }:
{
name = "mailpit";
meta.maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
nodes.machine =
{ pkgs, ... }:
+2
View File
@@ -51,5 +51,7 @@
mmilata
twey
boozedog
leona
osnyx
];
}
+5 -1
View File
@@ -73,7 +73,11 @@ let
type:
makeTest {
name = "oci-containers-podman-rootless-${type}";
meta.maintainers = [ lib.maintainers.ma27 ];
meta.maintainers = [
lib.maintainers.leona
lib.maintainers.ma27
lib.maintainers.osnyx
];
nodes = {
podman =
{ pkgs, ... }:
+4
View File
@@ -11,6 +11,10 @@ let
package:
makeTest {
name = "postgresql_anonymizer-${package.name}";
meta.maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
nodes.machine =
{ pkgs, ... }:
@@ -142,6 +142,8 @@ let
platforms = lib.platforms.unix;
maintainers = [
lib.maintainers.vcunat # upstream developer
lib.maintainers.leona
lib.maintainers.osnyx
];
mainProgram = "kresd";
};
+2
View File
@@ -117,6 +117,8 @@ stdenv.mkDerivation (finalAttrs: {
twey
boozedog
niklaskorz
leona
osnyx
];
};
})
+4
View File
@@ -33,6 +33,10 @@ buildGoModule rec {
meta = {
description = "Export databases with data being anonymized with the anonymizer extension";
homepage = "https://postgresql-anonymizer.readthedocs.io/en/stable/";
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
license = lib.licenses.postgresql;
mainProgram = "pg_dump_anon";
};
+4
View File
@@ -80,6 +80,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "http://www.proftpd.org/";
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
license = lib.licenses.gpl2Plus;
mainProgram = "proftpd";
platforms = lib.platforms.unix;
@@ -32,6 +32,10 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Command line tool for RabbitMQ that uses the HTTP API";
homepage = "https://www.rabbitmq.com/docs/management-cli";
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
license = with lib.licenses; [
mit
asl20
+4
View File
@@ -207,6 +207,10 @@ stdenv.mkDerivation (finalAttrs: {
Long-term support release.
'';
license = lib.licenses.gpl2Only;
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
platforms = lib.platforms.unix;
};
})
+4
View File
@@ -219,6 +219,10 @@ stdenv.mkDerivation (finalAttrs: {
Long-term support release.
'';
license = lib.licenses.gpl2Only;
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
platforms = lib.platforms.unix;
};
})
@@ -24,7 +24,7 @@ buildPgrxExtension {
passthru.tests = nixosTests.postgresql.anonymizer.passthru.override postgresql;
meta = {
inherit (pg-dump-anon.meta) homepage license;
inherit (pg-dump-anon.meta) homepage maintainers license;
description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
};
}
@@ -68,6 +68,10 @@ buildPgrxExtension (finalAttrs: {
# Upstream removed support for PostgreSQL 13 on 0.9.0: https://github.com/timescale/pgvectorscale/releases/tag/0.9.0
broken = lib.versionOlder postgresql.version "14";
homepage = "https://github.com/timescale/pgvectorscale";
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
description = "Complement to pgvector for high performance, cost efficient vector search on large workloads";
license = lib.licenses.postgresql;
platforms = postgresql.meta.platforms;
+4
View File
@@ -136,6 +136,10 @@ let
description = "Web application accelerator also known as a caching HTTP reverse proxy";
homepage = "https://www.varnish-cache.org";
license = lib.licenses.bsd2;
maintainers = [
lib.maintainers.leona
lib.maintainers.osnyx
];
platforms = lib.platforms.unix;
};
};
@@ -109,6 +109,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://www.percona.com/software/percona-xtrabackup";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.izorkin ];
maintainers = [
lib.maintainers.izorkin
lib.maintainers.leona
lib.maintainers.osnyx
];
};
})