Skip to content

Commit 59954f3

Browse files
committed
correct two old references to nedbat on github
1 parent 7d14501 commit 59954f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2-
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
2+
# For details: https://github.com/coveragepy/django_coverage_plugin/blob/main/NOTICE.txt
33

44
name: "Tests"
55

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ envlist =
2626
deps =
2727
cov6: coverage>=6.0,<7.0
2828
cov7: coverage>=7.0,<8.0
29-
covtip: git+https://github.com/nedbat/coveragepy.git
29+
covtip: git+https://github.com/coveragepy/coveragepy.git
3030
django52: Django>=5.2,<6.0
3131
django60: Django>=6.0,<7.0
3232
djangotip: git+https://github.com/django/django.git

0 commit comments

Comments
 (0)