From 07c3a377d5ea49cdc2a74342414c6799cf9f2a0c Mon Sep 17 00:00:00 2001 From: Alex Samuel Date: Thu, 23 Jan 2025 13:15:54 -0700 Subject: [PATCH] New repo location. --- docs/programs.rst | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/programs.rst b/docs/programs.rst index c2ffeb30..9cb71f37 100644 --- a/docs/programs.rst +++ b/docs/programs.rst @@ -130,10 +130,10 @@ hasn't completed yet. The `signal` key is optional and defaults to SIGTERM. Procstar Programs ----------------- -`Procstar ` is a system for managing -running processes. Apsis can run programs via Procstar agents, possibly on -other hosts. For Apsis to do this, at least one Procstar agent with the -matching group ID must connect to the Apsis server. +`Procstar ` is a system for +managing running processes. Apsis can run programs via Procstar agents, +possibly on other hosts. For Apsis to do this, at least one Procstar agent with +the matching group ID must connect to the Apsis server. .. code:: yaml diff --git a/pyproject.toml b/pyproject.toml index 06bc74ea..c417a6d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ optional-dependencies = {dev = ["build", "pytest", "pytest-asyncio", "bump-my-version"], doc = ["sphinx", "readthedocs-sphinx-ext", "sphinx-rtd-theme"]} [project.urls] -Repository = "https://github.com/alexhsamuel/apsis" +Repository = "https://github.com/apsis-scheduler/apsis" Documentation = "https://apsis-scheduler.readthedocs.io/en/latest/" [project.scripts]