alpha
Login
or
Join now
dunkirk.sh
/
inky
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: fix cliff url
author
Kieran Klukas
date
1 year ago
(Apr 14, 2025, 3:42 PM -0400)
commit
9add91f7
9add91f7c4da03261120ba4ebcb846981cbd05b9
parent
e0dec8cb
e0dec8cb41f80784e2154f46a3e465ab3d55d7df
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
cliff.toml
+1
-1
cliff.toml
Reviewed
···
31
31
trim = true
32
32
# postprocessors
33
33
postprocessors = [
34
34
-
{ pattern = '<REPO>', replace = "https://github.com/taciturnaxolotl/inkpress" }, # replace repository URL
34
34
+
{ pattern = '<REPO>', replace = "https://github.com/taciturnaxolotl/inky" }, # replace repository URL
35
35
]
36
36
37
37
[git]