Skip to content

Commit 7936107

Browse files
authored
Update links for new home at tox-dev (#88)
1 parent 5225d4f commit 7936107

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ with lock:
2424
**Don't use** a *FileLock* to lock the file you want to write to, instead create
2525
a separate *.lock* file as shown above.
2626

27-
![animated example](https://raw.githubusercontent.com/benediktschmitt/py-filelock/master/example/example.gif)
27+
![animated example](https://raw.githubusercontent.com/tox-dev/py-filelock/main/example/example.gif)
2828

2929

3030
## Similar libraries

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ GitHub
1010
------
1111

1212
This module is hosted on
13-
`GitHub <https://github.com/benediktschmitt/py-filelock>`_. If you have any
13+
`GitHub <https://github.com/tox-dev/py-filelock>`_. If you have any
1414
questions or suggestions, don't hesitate to open a new issue :).

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ classifiers =
2626
Topic :: Internet
2727
Topic :: Software Development :: Libraries
2828
Topic :: System
29-
download_url = https://github.com/benediktschmitt/tox-dev/archive/main.zip
29+
download_url = https://github.com/tox-dev/py-filelock/archive/main.zip
3030
project_urls =
31-
Source=https://github.com/pypa/virtualenv
32-
Tracker=https://github.com/pypa/virtualenv/issues
31+
Source=https://github.com/tox-dev/py-filelock
32+
Tracker=https://github.com/tox-dev/py-filelock/issues
3333

3434
[options]
3535
packages = find:

src/filelock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def _acquire(self):
383383
def _release(self):
384384
# Do not remove the lockfile:
385385
#
386-
# https://github.com/benediktschmitt/py-filelock/issues/31
386+
# https://github.com/tox-dev/py-filelock/issues/31
387387
# https://stackoverflow.com/questions/17708885/flock-removing-locked-file-without-race-condition
388388
fd = self._lock_file_fd
389389
self._lock_file_fd = None

0 commit comments

Comments
 (0)