Update repository URLs

This commit is contained in:
2026-07-15 06:36:32 -06:00
parent 23ee571b26
commit 1fd50b061d
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
[package]
name = "lint-policy-cli"
version = "0.0.1"
version = "0.0.2"
description = "Track rust lints"
repository = "https://git.skrundz.dev/codegen/lints"
repository = "https://git.skrundz.dev/codegen/lint-policy"
keywords = ["cargo", "lint"]
categories = ["command-line-utilities"]
include = ["/src"]
+2 -2
View File
@@ -1,8 +1,8 @@
[package]
name = "lint-policy"
version = "0.0.1"
version = "0.0.2"
description = "Model used by cargo-lint-policy"
repository = "https://git.skrundz.dev/codegen/lints"
repository = "https://git.skrundz.dev/codegen/lint-policy"
keywords = ["no-std"]
categories = ["development-tools::cargo-plugins"]
include = ["/src"]