Skip to content

Commit

Permalink
Moved projects list to github
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 7, 2023
1 parent 9b51732 commit fbd7e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def git_url_substitutions(fake_process):
def published_projects(monkeypatch):
monkeypatch.setenv(
'PROJECTS_LIST_URL',
'https://www.dropbox.com/s/g16c8w9i7lg9dqn/projects.txt?dl=1',
'https://raw.githubusercontent.com/jaraco/dotfiles/main/projects.txt',
)


Expand Down

0 comments on commit fbd7e14

Please sign in to comment.