teams/apm: drop
This commit is contained in:
@@ -56,16 +56,6 @@ with lib.maintainers;
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
apm = {
|
||||
scope = "Team for packages maintained by employees of Akademie für Pflegeberufe und Management GmbH.";
|
||||
shortName = "apm employees";
|
||||
# Edits to this list should only be done by an already existing member.
|
||||
members = [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
|
||||
apparmor = {
|
||||
scope = "AppArmor-related modules, userspace tool packages and profiles";
|
||||
shortName = "apparmor";
|
||||
|
||||
@@ -48,6 +48,9 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/Stranger6667/jsonschema/tree/master/crates/jsonschema-py";
|
||||
changelog = "https://github.com/Stranger6667/jsonschema/blob/python-v${version}/crates/jsonschema-py/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -35,6 +35,9 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/wilsonzlin/minify-html/tree/master/minify-html-python";
|
||||
changelog = "https://github.com/wilsonzlin/minify-html/blob/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,6 +37,9 @@ buildPythonPackage {
|
||||
homepage = "https://github.com/stckme/tiptapy";
|
||||
changelog = "https://github.com/stckme/tiptapy/blob/master/CHANGELOG.rst";
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -114,6 +114,9 @@ buildPythonPackage (finalAttrs: {
|
||||
homepage = "https://weasyprint.org/";
|
||||
license = lib.licenses.bsd3;
|
||||
mainProgram = "weasyprint";
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -1065,7 +1065,10 @@ let
|
||||
homepage = "https://github.com/evanmiller/mod_zip";
|
||||
license = with lib.licenses; [ bsd3 ];
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -44,7 +44,10 @@ postgresqlBuildExtension (finalAttrs: {
|
||||
homepage = "https://github.com/nmandery/pg_byteamagic";
|
||||
changelog = "https://raw.githubusercontent.com/nmandery/pg_byteamagic/refs/tags/v${finalAttrs.version}/Changes";
|
||||
license = lib.licenses.bsd2WithViews;
|
||||
teams = [ lib.teams.apm ];
|
||||
maintainers = with lib.maintainers; [
|
||||
DutchGerman
|
||||
friedow
|
||||
];
|
||||
platforms = postgresql.meta.platforms;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user