Loading pkgs/development/python-modules/aws-encryption-sdk/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { homepage = "https://aws-encryption-sdk-python.readthedocs.io/"; changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst"; description = "Fully compliant, native Python implementation of the AWS Encryption SDK."; license = licenses.apsl20; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; } pkgs/development/python-modules/base64io/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { homepage = "https://base64io-python.readthedocs.io/"; changelog = "https://github.com/aws/base64io-python/blob/${version}/CHANGELOG.rst"; description = "Python stream implementation for base64 encoding/decoding"; license = licenses.apsl20; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; } pkgs/tools/admin/aws-encryption-sdk-cli/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,8 @@ python3Packages.buildPythonApplication rec { homepage = "https://aws-encryption-sdk-cli.readthedocs.io/"; changelog = "https://github.com/aws/aws-encryption-sdk-cli/blob/v${version}/CHANGELOG.rst"; description = "CLI wrapper around aws-encryption-sdk-python"; license = licenses.apsl20; license = licenses.asl20; mainProgram = "aws-encryption-cli"; maintainers = with maintainers; [ anthonyroussel ]; }; } Loading
pkgs/development/python-modules/aws-encryption-sdk/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { homepage = "https://aws-encryption-sdk-python.readthedocs.io/"; changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst"; description = "Fully compliant, native Python implementation of the AWS Encryption SDK."; license = licenses.apsl20; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; }
pkgs/development/python-modules/base64io/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ buildPythonPackage rec { homepage = "https://base64io-python.readthedocs.io/"; changelog = "https://github.com/aws/base64io-python/blob/${version}/CHANGELOG.rst"; description = "Python stream implementation for base64 encoding/decoding"; license = licenses.apsl20; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; }
pkgs/tools/admin/aws-encryption-sdk-cli/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,8 @@ python3Packages.buildPythonApplication rec { homepage = "https://aws-encryption-sdk-cli.readthedocs.io/"; changelog = "https://github.com/aws/aws-encryption-sdk-cli/blob/v${version}/CHANGELOG.rst"; description = "CLI wrapper around aws-encryption-sdk-python"; license = licenses.apsl20; license = licenses.asl20; mainProgram = "aws-encryption-cli"; maintainers = with maintainers; [ anthonyroussel ]; }; }