teams/determinatesystems: drop
This commit is contained in:
@@ -276,15 +276,6 @@ with lib.maintainers;
|
||||
shortName = "D. E. Shaw employees";
|
||||
};
|
||||
|
||||
determinatesystems = {
|
||||
# Verify additions to this team with at least one already existing member of the team.
|
||||
members = [
|
||||
cole-h
|
||||
];
|
||||
scope = "Group registration for packages maintained by Determinate Systems.";
|
||||
shortName = "Determinate Systems employees";
|
||||
};
|
||||
|
||||
dhall = {
|
||||
members = [
|
||||
Gabriella439
|
||||
|
||||
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Implementation of RFC-0125's datatype and synthesis tooling";
|
||||
homepage = "https://github.com/DeterminateSystems/bootspec";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.determinatesystems ];
|
||||
maintainers = [ lib.maintainers.cole-h ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -32,6 +32,5 @@ buildGoModule rec {
|
||||
description = "Command-line tool (and Lambda) for collecting Buildkite agent metrics";
|
||||
homepage = "https://github.com/buildkite/buildkite-agent-metrics";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.determinatesystems ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Command line interface for Amazon EBS snapshots";
|
||||
changelog = "https://github.com/awslabs/coldsnap/blob/${src.rev}/CHANGELOG.md";
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.determinatesystems ];
|
||||
mainProgram = "coldsnap";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Tool that aims to expand all partitions in a specified zpool to fill the available space";
|
||||
homepage = "https://github.com/DeterminateSystems/zpool-auto-expand-partitions";
|
||||
license = lib.licenses.asl20;
|
||||
teams = [ lib.teams.determinatesystems ];
|
||||
maintainers = [ lib.maintainers.cole-h ];
|
||||
mainProgram = "zpool_part_disks";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -56,7 +56,6 @@ buildPerlPackage rec {
|
||||
description = "Fast PostgreSQL Log Analyzer";
|
||||
changelog = "https://github.com/darold/pgbadger/raw/v${version}/ChangeLog";
|
||||
license = lib.licenses.postgresql;
|
||||
teams = [ lib.teams.determinatesystems ];
|
||||
mainProgram = "pgbadger";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user