Loading pkgs/development/python-modules/cloudsmith-api/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "cloudsmith_api" ]; meta = with lib; { meta = { description = "Cloudsmith API Client"; homepage = "https://github.com/cloudsmith-io/cloudsmith-api"; license = licenses.asl20; maintainers = [ ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ usertam ]; }; } Loading
pkgs/development/python-modules/cloudsmith-api/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -34,10 +34,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "cloudsmith_api" ]; meta = with lib; { meta = { description = "Cloudsmith API Client"; homepage = "https://github.com/cloudsmith-io/cloudsmith-api"; license = licenses.asl20; maintainers = [ ]; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ usertam ]; }; }