Skip to content

Commit b080241

Browse files
committed
Updated references from old location of the repository to the new location
1 parent ff399f5 commit b080241

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ to the corresponding tag on GitHub, or the diff
3737
in comparison to the previous release
3838
-->
3939

40-
[Unreleased]: https://github.com/kleinbottle/css-colors/compare/v0.1.0...HEAD
41-
[0.1.0]: https://github.com/kleinbottle/css-colors/releases/tag/v0.1.0
40+
[Unreleased]: https://github.com/nandac/css-colors/compare/v0.1.0...HEAD
41+
[0.1.0]: https://github.com/nandac/css-colors/releases/tag/v0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Follow these steps to set up your development environment and prepare for contri
3636
Download the project's source code by cloning the repository to your local machine:
3737

3838
```bash
39-
git clone https://github.com/kleinbottle/css-colors.git
39+
git clone https://github.com/nandac/css-colors.git
4040
```
4141

4242
Once you've completed these steps, your development environment will be ready.

docs/manual.pdf

-5 Bytes
Binary file not shown.

docs/manual.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The `css-colors` package is a robust convenience which allows #link("https://www
102102

103103
For easy reference the CSS color names, their RGB/Hex codes, color swatches, and color stripes have been tabulated in @available-css-colors.
104104

105-
You may also view them in a browser by clicking on this #link("https://htmlpreview.github.io/?https://github.com/kleinbottle/css-colors/blob/main/docs/css-colors-table.html")[link].
105+
You may also view them in a browser by clicking on this #link("https://htmlpreview.github.io/?https://github.com/nandac/css-colors/blob/main/docs/css-colors-table.html")[link].
106106

107107
== Implementation
108108

typst.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
name = "css-colors"
55
version = "0.1.0"
66
entrypoint = "src/css-colors.typ"
7-
authors = ["kleinbottle", "nandac"]
7+
authors = ["nandac"]
88
license = "Unlicense"
99
description = "Allows CSS named colors to be used directly in a Typst document"
1010
# homepage = ""
11-
repository = "https://github.com/kleinbottle/css-colors"
11+
repository = "https://github.com/nandac/css-colors"
1212
keywords = ["named CSS colors"]
1313
categories = ["components"]
1414
disciplines = ["design", "drawing"]
@@ -22,12 +22,6 @@ exclude = [
2222
"Justfile",
2323
"thumbnail-dark.svg",
2424
"thumbnail-light.svg",
25+
"thumbnail-2-dark.svg",
26+
"thumbnail-2-light.svg",
2527
]
26-
27-
# [template]
28-
# path = "template"
29-
# entrypoint = "main.typ"
30-
# thumbnail = "thumbnail.png"
31-
32-
# [tool.mytool]
33-
# foo = "bar"

0 commit comments

Comments
 (0)