Skip to content

Commit 397445b

Browse files
committed
chore: fix readme link
1 parent 22011ff commit 397445b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Carl Joshua Quines and Evan Chen
3+
Copyright (c) 2021 Evan Chen and CJ Quines
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Or, Arch Linux users can use [AUR](https://aur.archlinux.org/packages/tsqx).
1717

1818
## Documentation
1919

20-
See [Wiki](https://github.com/cjquines/tsqx/wiki/Documentation).
20+
See [Wiki](https://github.com/vEnhance/tsqx/wiki/Documentation).
2121

2222
## Example code
2323

tsqx/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__version__ = "0.1.0"
2-
__author__ = "CJ Quines and Evan Chen"
2+
__author__ = "Evan Chen and CJ Quines"
33
__license__ = "MIT"

tsqx/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def emit(self):
391391
if not self.terse:
392392
print("")
393393
print(r"/* --------------------------------+")
394-
print(r"| TSQX: by CJ Quines and Evan Chen |")
394+
print(r"| TSQX: by Evan Chen and CJ Quines |")
395395
print(r"| https://github.com/vEnhance/tsqx |")
396396
print(r"+----------------------------------+")
397397
print(original_raw.strip())

0 commit comments

Comments
 (0)