From 37563701e4638ca6fdf563898021252b3bcc4c0a Mon Sep 17 00:00:00 2001 From: Keith Chason Date: Thu, 13 Jun 2024 12:07:36 +0000 Subject: [PATCH] Switch from kchason to casework --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 518f520..8cb06e4 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ NOTE: When editing this YAML snippet, confirm the version lines up with the cont --> ```yaml repos: -- repo: https://github.com/kchason/rdf-toolkit-action +- repo: https://github.com/casework/rdf-toolkit-action rev: 0.3.0 hooks: - id: rdf-toolkit-normalizer diff --git a/setup.cfg b/setup.cfg index da888c4..3f6cec1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ version = 0.3.0 description = A GitHub Action, Docker image, and pre-commit hook for normalizing RDF files with rdf-toolkit.jar. long_description = file: README.md long_description_content_type = text/markdown -url = https://github.com/kchason/rdf-toolkit-action +url = https://github.com/casework/rdf-toolkit-action author = Keith Chason license = Apache 2.0 license_files =