0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

treewide: remove jonringer as package maintainer

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-06-25 09:11:25 +02:00
parent 6f73c1a2ba
commit fbe8538aa1
120 changed files with 103 additions and 120 deletions

View file

@ -620,6 +620,6 @@ in {
}; };
meta = { meta = {
maintainers = with lib.maintainers; [ patternspandemic jonringer ]; maintainers = with lib.maintainers; [ patternspandemic ];
}; };
} }

View file

@ -51,5 +51,5 @@ in {
}; };
}; };
meta.maintainers = with lib.maintainers; [ jonringer ]; meta.maintainers = with lib.maintainers; [ ];
} }

View file

@ -22,7 +22,7 @@ buildGoModule rec {
description = "Convert hcl2 to json"; description = "Convert hcl2 to json";
homepage = "https://github.com/tmccombs/hcl2json"; homepage = "https://github.com/tmccombs/hcl2json";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
mainProgram = "hcl2json"; mainProgram = "hcl2json";
}; };
} }

View file

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Open source RGB lighting control"; description = "Open source RGB lighting control";
homepage = "https://gitlab.com/CalcProgrammer1/OpenRGB"; homepage = "https://gitlab.com/CalcProgrammer1/OpenRGB";
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "openrgb"; mainProgram = "openrgb";

View file

@ -94,7 +94,7 @@ let
mainProgram = "nomad-autoscaler"; mainProgram = "nomad-autoscaler";
homepage = "https://github.com/hashicorp/nomad-autoscaler"; homepage = "https://github.com/hashicorp/nomad-autoscaler";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
}; };

View file

@ -58,6 +58,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/michaelrsweet/pappl"; homepage = "https://github.com/michaelrsweet/pappl";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.linux; # should also work for darwin, but requires additional work platforms = platforms.linux; # should also work for darwin, but requires additional work
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -78,7 +78,6 @@ buildPythonApplication rec {
changelog = "https://github.com/nicolargo/glances/blob/v${version}/NEWS.rst"; changelog = "https://github.com/nicolargo/glances/blob/v${version}/NEWS.rst";
license = lib.licenses.lgpl3Only; license = lib.licenses.lgpl3Only;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
jonringer
primeos primeos
koral koral
]; ];

View file

@ -46,7 +46,6 @@ buildGoModule rec {
homepage = "https://github.com/spicetify/spicetify-cli/"; homepage = "https://github.com/spicetify/spicetify-cli/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
mdarocha mdarocha
]; ];
mainProgram = "spicetify"; mainProgram = "spicetify";

View file

@ -57,6 +57,6 @@ stdenv.mkDerivation rec {
description = "Library designed to simplify the usage of the Java Native Interface"; description = "Library designed to simplify the usage of the Java Native Interface";
homepage = "https://github.com/facebookincubator/fbjni"; homepage = "https://github.com/facebookincubator/fbjni";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -249,6 +249,6 @@ effectiveStdenv.mkDerivation rec {
# https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#architectures # https://github.com/microsoft/onnxruntime/blob/master/BUILD.md#architectures
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer puffnfresh ck3d cbourjau ]; maintainers = with maintainers; [ puffnfresh ck3d cbourjau ];
}; };
} }

View file

@ -108,7 +108,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
platforms = lib.platforms.all; platforms = lib.platforms.all;
homepage = "https://protobuf.dev/"; homepage = "https://protobuf.dev/";
maintainers = with lib.maintainers; [ jonringer ]; maintainers = with lib.maintainers; [ ];
mainProgram = "protoc"; mainProgram = "protoc";
}; };
}) })

View file

@ -21,6 +21,6 @@ buildPythonPackage rec {
description = "This project extends the Application Insights API surface to support Python"; description = "This project extends the Application Insights API surface to support Python";
homepage = "https://github.com/Microsoft/ApplicationInsights-Python"; homepage = "https://github.com/Microsoft/ApplicationInsights-Python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Low-level CFFI bindings for Argon2"; description = "Low-level CFFI bindings for Argon2";
homepage = "https://github.com/hynek/argon2-cffi-bindings"; homepage = "https://github.com/hynek/argon2-cffi-bindings";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/appconfiguration/azure-appconfiguration"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/appconfiguration/azure-appconfiguration";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-appconfiguration_${version}/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-appconfiguration_${version}/sdk/appconfiguration/azure-appconfiguration/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -99,6 +99,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-core_${version}/sdk/core/azure-core/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-core_${version}/sdk/core/azure-core/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_${version}/sdk/cosmos/azure-cosmos/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-cosmos_${version}/sdk/cosmos/azure-cosmos/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-data-tables_${version}/sdk/tables/azure-data-tables/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-data-tables_${version}/sdk/tables/azure-data-tables/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Integrate Azure Functions with Azure DevOps. Specifically made for the Azure CLI"; description = "Integrate Azure Functions with Azure DevOps. Specifically made for the Azure CLI";
homepage = "https://github.com/Azure/azure-functions-devops-build"; homepage = "https://github.com/Azure/azure-functions-devops-build";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -41,6 +41,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-administration"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/keyvault/azure-keyvault-administration";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-keyvault-administration_${version}/sdk/keyvault/azure-keyvault-administration/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-keyvault-administration_${version}/sdk/keyvault/azure-keyvault-administration/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-certificates"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-certificates";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-keyvault-certificates_${version}/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-keyvault-certificates_${version}/sdk/keyvault/azure-keyvault-certificates/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -51,6 +51,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-keys"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-keys";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-keys_${version}/sdk/keyvault/azure-keyvault-keys"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-keys_${version}/sdk/keyvault/azure-keyvault-keys";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-secrets"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/keyvault/azure-keyvault-secrets";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-secrets_${version}/sdk/keyvault/azure-keyvault-secrets"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-keyvault-secrets_${version}/sdk/keyvault/azure-keyvault-secrets";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "This is the Microsoft Azure Key Vault Client Library"; description = "This is the Microsoft Azure Key Vault Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,7 +33,6 @@ buildPythonPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
maxwilson maxwilson
jonringer
]; ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/apimanagement/azure-mgmt-apimanagement";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-apimanagement_${version}/sdk/apimanagement/azure-mgmt-apimanagement/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-apimanagement_${version}/sdk/apimanagement/azure-mgmt-apimanagement/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-mgmt-appconfiguration"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appconfiguration/azure-mgmt-appconfiguration";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-appconfiguration_${version}/sdk/appconfiguration/azure-mgmt-appconfiguration";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,7 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/botservice/azure-mgmt-botservice";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-botservice_${version}/sdk/botservice/azure-mgmt-botservice"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-botservice_${version}/sdk/botservice/azure-mgmt-botservice";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,7 +45,6 @@ buildPythonPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
maxwilson maxwilson
jonringer
]; ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_${version}/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_${version}/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Microsoft Azure Management Core Library for Python"; description = "Microsoft Azure Management Core Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/databox/azure-mgmt-databox"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/databox/azure-mgmt-databox";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_${version}/sdk/databox/azure-mgmt-databox/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-databoxedge_${version}/sdk/databox/azure-mgmt-databox/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -36,7 +36,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -38,7 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/deploymentmanager/azure-mgmt-deploymentmanager";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-deploymentmanager_${version}/sdk/deploymentmanager/azure-mgmt-deploymentmanager/setup.py"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-deploymentmanager_${version}/sdk/deploymentmanager/azure-mgmt-deploymentmanager/setup.py";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,7 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -37,7 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/extendedlocation/azure-mgmt-extendedlocation"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/extendedlocation/azure-mgmt-extendedlocation";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-extendedlocation_${version}/sdk/extendedlocation/azure-mgmt-extendedlocation"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-extendedlocation_${version}/sdk/extendedlocation/azure-mgmt-extendedlocation";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/hdinsight/azure-mgmt-hdinsight"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/hdinsight/azure-mgmt-hdinsight";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-hdinsight_${version}/sdk/hdinsight/azure-mgmt-hdinsight/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-hdinsight_${version}/sdk/hdinsight/azure-mgmt-hdinsight/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-imagebuilder"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/compute/azure-mgmt-imagebuilder";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-imagebuilder_${version}/sdk/compute/azure-mgmt-imagebuilder/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-imagebuilder_${version}/sdk/compute/azure-mgmt-imagebuilder/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,7 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -37,7 +37,6 @@ buildPythonPackage rec {
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-keyvault_${version}/sdk/keyvault/azure-mgmt-keyvault/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-keyvault_${version}/sdk/keyvault/azure-mgmt-keyvault/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-kusto_${version}/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-kusto_${version}/sdk/kusto/azure-mgmt-kusto/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/managedservices/azure-mgmt-managedservices"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/managedservices/azure-mgmt-managedservices";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-managedservices_${version}/sdk/managedservices/azure-mgmt-managedservices/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-managedservices_${version}/sdk/managedservices/azure-mgmt-managedservices/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_${version}/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-netapp_${version}/sdk/netapp/azure-mgmt-netapp/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -44,7 +44,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
olcai olcai
maxwilson maxwilson
jonringer
]; ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
description = "Microsoft Azure DNS Private Zones Client Library for Python"; description = "Microsoft Azure DNS Private Zones Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,6 +38,6 @@ buildPythonPackage rec {
description = "Microsoft Azure Red Hat Openshift Management Client Library for Python"; description = "Microsoft Azure Red Hat Openshift Management Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -41,7 +41,6 @@ buildPythonPackage rec {
maintainers = with maintainers; [ maintainers = with maintainers; [
olcai olcai
maxwilson maxwilson
jonringer
]; ];
}; };
} }

View file

@ -42,6 +42,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/security/azure-mgmt-security"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/security/azure-mgmt-security";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-security_${version}/sdk/security/azure-mgmt-security/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-security_${version}/sdk/security/azure-mgmt-security/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "This is the Microsoft Azure Service Fabric Cluster Management Client Library"; description = "This is the Microsoft Azure Service Fabric Cluster Management Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Microsoft Azure Servicelinker Management Client Library for Python"; description = "Microsoft Azure Servicelinker Management Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/sql/azure-mgmt-sqlvirtualmachine"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/sql/azure-mgmt-sqlvirtualmachine";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-sqlvirtualmachine_${version}/sdk/sql/azure-mgmt-sqlvirtualmachine/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-sqlvirtualmachine_${version}/sdk/sql/azure-mgmt-sqlvirtualmachine/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -42,7 +42,6 @@ buildPythonPackage rec {
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-storage_${version}/sdk/storage/azure-mgmt-storage/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-storage_${version}/sdk/storage/azure-mgmt-storage/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
jonringer
olcai olcai
maxwilson maxwilson
]; ];

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-mgmt-synapse"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-mgmt-synapse";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-synapse_${version}/sdk/synapse/azure-mgmt-synapse/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-synapse_${version}/sdk/synapse/azure-mgmt-synapse/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Microsoft Azure Storage Client Library for Python with multi API version support"; description = "Microsoft Azure Storage Client Library for Python with multi API version support";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-accesscontrol"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-accesscontrol";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-accesscontrol_${version}/sdk/synapse/azure-synapse-accesscontrol/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-accesscontrol_${version}/sdk/synapse/azure-synapse-accesscontrol/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -38,6 +38,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-artifacts_${version}/sdk/synapse/azure-synapse-artifacts/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-artifacts_${version}/sdk/synapse/azure-synapse-artifacts/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-managedprivateendpoints"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-managedprivateendpoints";
changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-synapse-managedprivateendpoints_${version}/sdk/synapse/azure-synapse-managedprivateendpoints"; changelog = "https://github.com/Azure/azure-sdk-for-python/tree/azure-synapse-managedprivateendpoints_${version}/sdk/synapse/azure-synapse-managedprivateendpoints";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-spark"; homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/synapse/azure-synapse-spark";
changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-spark_${version}/sdk/synapse/azure-synapse-spark/CHANGELOG.md"; changelog = "https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-spark_${version}/sdk/synapse/azure-synapse-spark/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -75,6 +75,6 @@ buildPythonPackage rec {
description = "Backport of the standard library module zoneinfo"; description = "Backport of the standard library module zoneinfo";
homepage = "https://github.com/pganssle/zoneinfo"; homepage = "https://github.com/pganssle/zoneinfo";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
homepage = "https://github.com/bids-standard/bids-validator"; homepage = "https://github.com/bids-standard/bids-validator";
changelog = "https://github.com/bids-standard/bids-validator/releases/tag/v${version}"; changelog = "https://github.com/bids-standard/bids-validator/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -50,6 +50,6 @@ buildPythonPackage rec {
description = "Utilities for interfacing with Plotly's Chart Studio service"; description = "Utilities for interfacing with Plotly's Chart Studio service";
homepage = "https://github.com/plotly/plotly.py/tree/master/packages/python/chart-studio"; homepage = "https://github.com/plotly/plotly.py/tree/master/packages/python/chart-studio";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Subprocesses for Humans 2.0"; description = "Subprocesses for Humans 2.0";
homepage = "https://github.com/amitt001/delegator.py"; homepage = "https://github.com/amitt001/delegator.py";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -73,6 +73,6 @@ buildPythonPackage rec {
description = "API client for docker written in Python"; description = "API client for docker written in Python";
homepage = "https://github.com/docker/docker-py"; homepage = "https://github.com/docker/docker-py";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -32,6 +32,6 @@ buildPythonPackage rec {
homepage = "https://github.com/sissaschool/elementpath"; homepage = "https://github.com/sissaschool/elementpath";
changelog = "https://github.com/sissaschool/elementpath/blob/v${version}/CHANGELOG.rst"; changelog = "https://github.com/sissaschool/elementpath/blob/v${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Null Object pattern for files"; description = "Null Object pattern for files";
homepage = "https://github.com/approvals/EmptyFiles.Python"; homepage = "https://github.com/approvals/EmptyFiles.Python";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -39,6 +39,6 @@ buildPythonPackage rec {
description = "Enables fully automatic tests for type annotated functions"; description = "Enables fully automatic tests for type annotated functions";
homepage = "https://github.com/timothycrosley/hypothesis-auto/"; homepage = "https://github.com/timothycrosley/hypothesis-auto/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "brain-dead simple parsing of ini files"; description = "brain-dead simple parsing of ini files";
homepage = "https://github.com/pytest-dev/iniconfig"; homepage = "https://github.com/pytest-dev/iniconfig";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = "https://github.com/MSeifert04/iteration_utilities"; homepage = "https://github.com/MSeifert04/iteration_utilities";
changelog = "https://github.com/MSeifert04/iteration_utilities/releases/tag/v${version}"; changelog = "https://github.com/MSeifert04/iteration_utilities/releases/tag/v${version}";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Microsoft Azure API Management Client Library for Python"; description = "Microsoft Azure API Management Client Library for Python";
homepage = "https://github.com/Azure/azure-sdk-for-python"; homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Jinja2 Ansible Filters"; description = "Jinja2 Ansible Filters";
homepage = "https://pypi.org/project/jinja2-ansible-filters/"; homepage = "https://pypi.org/project/jinja2-ansible-filters/";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Generate source code for Python classes from a JSON schema"; description = "Generate source code for Python classes from a JSON schema";
homepage = "https://github.com/microsoft/jschema-to-python"; homepage = "https://github.com/microsoft/jschema-to-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "MathJax resources as a Jupyter Server Extension"; description = "MathJax resources as a Jupyter Server Extension";
homepage = "https://github.com/jupyter-server/jupyter_server_mathjax"; homepage = "https://github.com/jupyter-server/jupyter_server_mathjax";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Jupyterlab syntax coloring theme for pygments"; description = "Jupyterlab syntax coloring theme for pygments";
homepage = "https://github.com/jupyterlab/jupyterlab_pygments"; homepage = "https://github.com/jupyterlab/jupyterlab_pygments";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Jupyter Widgets JupyterLab Extension"; description = "Jupyter Widgets JupyterLab Extension";
homepage = "https://github.com/jupyter-widgets/ipywidgets"; homepage = "https://github.com/jupyter-widgets/ipywidgets";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -55,6 +55,6 @@ buildPythonPackage rec {
changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst"; changelog = "https://github.com/microsoft/knack/blob/v${version}/HISTORY.rst";
platforms = platforms.all; platforms = platforms.all;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
description = "Lightweight Python client for LocalStack"; description = "Lightweight Python client for LocalStack";
homepage = "https://github.com/localstack/localstack-python-client"; homepage = "https://github.com/localstack/localstack-python-client";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Extensions for LocalStack"; description = "Extensions for LocalStack";
homepage = "https://github.com/localstack/localstack"; homepage = "https://github.com/localstack/localstack";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -69,6 +69,6 @@ buildPythonPackage rec {
description = "Fully functional local Cloud stack"; description = "Fully functional local Cloud stack";
homepage = "https://github.com/localstack/localstack"; homepage = "https://github.com/localstack/localstack";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -57,6 +57,6 @@ buildPythonPackage rec {
description = "Pythonic binding for the libxml2 and libxslt libraries"; description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = "https://lxml.de"; homepage = "https://lxml.de";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Matplotlib Inline Back-end for IPython and Jupyter"; description = "Matplotlib Inline Back-end for IPython and Jupyter";
homepage = "https://github.com/ipython/matplotlib-inline"; homepage = "https://github.com/ipython/matplotlib-inline";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -46,6 +46,6 @@ buildPythonPackage rec {
homepage = "https://github.com/fralau/mkdocs-mermaid2-plugin"; homepage = "https://github.com/fralau/mkdocs-mermaid2-plugin";
changelog = "https://github.com/fralau/mkdocs-mermaid2-plugin/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/fralau/mkdocs-mermaid2-plugin/blob/v${version}/CHANGELOG.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -79,7 +79,6 @@ buildPythonPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
bendlas bendlas
jonringer
maxwilson maxwilson
]; ];
}; };

View file

@ -48,7 +48,6 @@ buildPythonPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ maintainers = with maintainers; [
bendlas bendlas
jonringer
]; ];
}; };
} }

View file

@ -33,7 +33,7 @@ buildPythonPackage rec {
mainProgram = "num2words"; mainProgram = "num2words";
homepage = "https://github.com/savoirfairelinux/num2words"; homepage = "https://github.com/savoirfairelinux/num2words";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
longDescription = "num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages (see the list below for full list of languages) and can even generate ordinal numbers like forty-second"; longDescription = "num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages (see the list below for full list of languages) and can even generate ordinal numbers like forty-second";
}; };

View file

@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Dynamic code loading framework for building pluggable Python distributions"; description = "Dynamic code loading framework for building pluggable Python distributions";
homepage = "https://github.com/localstack/plux"; homepage = "https://github.com/localstack/plux";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Core utilities for Poetry"; description = "Core utilities for Poetry";
homepage = "https://github.com/python-poetry/poetry-core/"; homepage = "https://github.com/python-poetry/poetry-core/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -51,6 +51,6 @@ buildPythonPackage rec {
description = "Library to provide an easy API to file locking"; description = "Library to provide an easy API to file locking";
homepage = "https://github.com/WoLpH/portalocker"; homepage = "https://github.com/WoLpH/portalocker";
license = licenses.psfl; license = licenses.psfl;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -72,6 +72,6 @@ buildPythonPackage rec {
homepage = "https://github.com/giampaolo/psutil"; homepage = "https://github.com/giampaolo/psutil";
changelog = "https://github.com/giampaolo/psutil/blob/release-${version}/HISTORY.rst"; changelog = "https://github.com/giampaolo/psutil/blob/release-${version}/HISTORY.rst";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -28,6 +28,6 @@ buildPythonPackage rec {
description = "Immutable URL class for easy URL-building and manipulation"; description = "Immutable URL class for easy URL-building and manipulation";
homepage = "https://github.com/codeinthehole/purl"; homepage = "https://github.com/codeinthehole/purl";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -71,7 +71,7 @@ buildPythonPackage rec {
homepage = "https://github.com/bids-standard/pybids"; homepage = "https://github.com/bids-standard/pybids";
changelog = "https://github.com/bids-standard/pybids/blob/${version}/CHANGELOG.rst"; changelog = "https://github.com/bids-standard/pybids/blob/${version}/CHANGELOG.rst";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
mainProgram = "pybids"; mainProgram = "pybids";
}; };
} }

View file

@ -33,6 +33,6 @@ buildPythonPackage rec {
description = "Azure Cosmos DB API"; description = "Azure Cosmos DB API";
homepage = "https://github.com/Azure/azure-cosmos-python"; homepage = "https://github.com/Azure/azure-cosmos-python";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -35,6 +35,6 @@ buildPythonPackage rec {
description = "Pytest plugin to enable format checking with black"; description = "Pytest plugin to enable format checking with black";
homepage = "https://github.com/shopkeep/pytest-black"; homepage = "https://github.com/shopkeep/pytest-black";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Pytest external process plugin"; description = "Pytest external process plugin";
homepage = "https://github.com/pytest-dev"; homepage = "https://github.com/pytest-dev";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -37,6 +37,6 @@ buildPythonPackage rec {
description = "Extending PyYAML with a custom constructor for including YAML files within YAML files"; description = "Extending PyYAML with a custom constructor for including YAML files within YAML files";
homepage = "https://github.com/tanbro/pyyaml-include"; homepage = "https://github.com/tanbro/pyyaml-include";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Module to generate SVG railroad syntax diagrams"; description = "Module to generate SVG railroad syntax diagrams";
homepage = "https://github.com/tabatkins/railroad-diagrams"; homepage = "https://github.com/tabatkins/railroad-diagrams";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -30,6 +30,6 @@ buildPythonPackage rec {
description = "Classes implementing the SARIF 2.1.0 object model"; description = "Classes implementing the SARIF 2.1.0 object model";
homepage = "https://github.com/microsoft/sarif-python-om"; homepage = "https://github.com/microsoft/sarif-python-om";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Implementation of the SCRAM authentication protocol"; description = "Implementation of the SCRAM authentication protocol";
homepage = "https://github.com/tlocke/scramp"; homepage = "https://github.com/tlocke/scramp";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

View file

@ -34,6 +34,6 @@ buildPythonPackage rec {
description = "Adds optional security headers and cookie attributes for Python web frameworks"; description = "Adds optional security headers and cookie attributes for Python web frameworks";
homepage = "https://github.com/TypeError/secure.py"; homepage = "https://github.com/TypeError/secure.py";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jonringer ]; maintainers = with maintainers; [ ];
}; };
} }

Some files were not shown because too many files have changed in this diff Show more