teams/flyingcircus: drop
This commit is contained in:
@@ -359,18 +359,6 @@ with lib.maintainers;
|
||||
github = "flutter";
|
||||
};
|
||||
|
||||
flyingcircus = {
|
||||
# Verify additions by approval of an already existing member of the team.
|
||||
members = [
|
||||
theuni
|
||||
frlan
|
||||
leona
|
||||
osnyx
|
||||
];
|
||||
scope = "Team for Flying Circus employees who collectively maintain packages.";
|
||||
shortName = "Flying Circus employees";
|
||||
};
|
||||
|
||||
forgejo = {
|
||||
members = [
|
||||
adamcstephens
|
||||
|
||||
@@ -101,6 +101,4 @@ in
|
||||
}
|
||||
) instances;
|
||||
};
|
||||
|
||||
meta.maintainers = lib.teams.flyingcircus.members;
|
||||
}
|
||||
|
||||
@@ -33,8 +33,7 @@ in
|
||||
{
|
||||
meta.maintainers = [
|
||||
lib.maintainers.vcunat # upstream developer
|
||||
]
|
||||
++ lib.teams.flyingcircus.members;
|
||||
];
|
||||
|
||||
###### interface
|
||||
options.services.knot-resolver = {
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
name = "mailpit";
|
||||
meta.maintainers = lib.teams.flyingcircus.members;
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -46,13 +46,10 @@
|
||||
machine.wait_for_unit("phpfpm-matomo.service")
|
||||
'';
|
||||
|
||||
meta.maintainers =
|
||||
with lib.maintainers;
|
||||
[
|
||||
florianjacob
|
||||
mmilata
|
||||
twey
|
||||
boozedog
|
||||
]
|
||||
++ lib.teams.flyingcircus.members;
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
florianjacob
|
||||
mmilata
|
||||
twey
|
||||
boozedog
|
||||
];
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ let
|
||||
type:
|
||||
makeTest {
|
||||
name = "oci-containers-podman-rootless-${type}";
|
||||
meta.maintainers = lib.teams.flyingcircus.members ++ [ lib.maintainers.ma27 ];
|
||||
meta.maintainers = [ lib.maintainers.ma27 ];
|
||||
nodes = {
|
||||
podman =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -11,7 +11,6 @@ let
|
||||
package:
|
||||
makeTest {
|
||||
name = "postgresql_anonymizer-${package.name}";
|
||||
meta.maintainers = lib.teams.flyingcircus.members;
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
||||
@@ -143,7 +143,6 @@ let
|
||||
maintainers = [
|
||||
lib.maintainers.vcunat # upstream developer
|
||||
];
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
mainProgram = "kresd";
|
||||
};
|
||||
});
|
||||
|
||||
@@ -118,6 +118,5 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
boozedog
|
||||
niklaskorz
|
||||
];
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -33,7 +33,6 @@ buildGoModule rec {
|
||||
meta = {
|
||||
description = "Export databases with data being anonymized with the anonymizer extension";
|
||||
homepage = "https://postgresql-anonymizer.readthedocs.io/en/stable/";
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
license = lib.licenses.postgresql;
|
||||
mainProgram = "pg_dump_anon";
|
||||
};
|
||||
|
||||
@@ -80,7 +80,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.proftpd.org/";
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
mainProgram = "proftpd";
|
||||
platforms = lib.platforms.unix;
|
||||
|
||||
@@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Command line tool for RabbitMQ that uses the HTTP API";
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
homepage = "https://www.rabbitmq.com/docs/management-cli";
|
||||
license = with lib.licenses; [
|
||||
mit
|
||||
|
||||
@@ -207,7 +207,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
Long-term support release.
|
||||
'';
|
||||
license = lib.licenses.gpl2Only;
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -219,7 +219,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
Long-term support release.
|
||||
'';
|
||||
license = lib.licenses.gpl2Only;
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -24,7 +24,7 @@ buildPgrxExtension {
|
||||
passthru.tests = nixosTests.postgresql.anonymizer.passthru.override postgresql;
|
||||
|
||||
meta = {
|
||||
inherit (pg-dump-anon.meta) homepage teams license;
|
||||
inherit (pg-dump-anon.meta) homepage license;
|
||||
description = "Extension to mask or replace personally identifiable information (PII) or commercially sensitive data from a PostgreSQL database";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -68,7 +68,6 @@ 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";
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
description = "Complement to pgvector for high performance, cost efficient vector search on large workloads";
|
||||
license = lib.licenses.postgresql;
|
||||
platforms = postgresql.meta.platforms;
|
||||
|
||||
@@ -136,7 +136,6 @@ let
|
||||
description = "Web application accelerator also known as a caching HTTP reverse proxy";
|
||||
homepage = "https://www.varnish-cache.org";
|
||||
license = lib.licenses.bsd2;
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -110,6 +110,5 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = [ lib.maintainers.izorkin ];
|
||||
teams = [ lib.teams.flyingcircus ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user