File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# apple-notes-to-sqlite
22
33[ ![ PyPI] ( https://img.shields.io/pypi/v/apple-notes-to-sqlite.svg )] ( https://pypi.org/project/apple-notes-to-sqlite/ )
4- [ ![ Changelog] ( https://img.shields.io/github/v/release/simonw /apple-notes-to-sqlite?include_prereleases&label=changelog )] ( https://github.com/simonw /apple-notes-to-sqlite/releases )
5- [ ![ Tests] ( https://github.com/simonw /apple-notes-to-sqlite/workflows/Test/badge.svg )] ( https://github.com/simonw /apple-notes-to-sqlite/actions?query=workflow%3ATest )
6- [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://github.com/simonw /apple-notes-to-sqlite/blob/master/LICENSE )
4+ [ ![ Changelog] ( https://img.shields.io/github/v/release/dogsheep /apple-notes-to-sqlite?include_prereleases&label=changelog )] ( https://github.com/dogsheep /apple-notes-to-sqlite/releases )
5+ [ ![ Tests] ( https://github.com/dogsheep /apple-notes-to-sqlite/workflows/Test/badge.svg )] ( https://github.com/dogsheep /apple-notes-to-sqlite/actions?query=workflow%3ATest )
6+ [ ![ License] ( https://img.shields.io/badge/license-Apache%202.0-blue.svg )] ( https://github.com/dogsheep /apple-notes-to-sqlite/blob/master/LICENSE )
77
88Export Apple Notes to SQLite
99
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ def get_long_description():
1818 long_description = get_long_description (),
1919 long_description_content_type = "text/markdown" ,
2020 author = "Simon Willison" ,
21- url = "https://github.com/simonw /apple-notes-to-sqlite" ,
21+ url = "https://github.com/dogsheep /apple-notes-to-sqlite" ,
2222 project_urls = {
23- "Issues" : "https://github.com/simonw /apple-notes-to-sqlite/issues" ,
24- "CI" : "https://github.com/simonw /apple-notes-to-sqlite/actions" ,
25- "Changelog" : "https://github.com/simonw /apple-notes-to-sqlite/releases" ,
23+ "Issues" : "https://github.com/dogsheep /apple-notes-to-sqlite/issues" ,
24+ "CI" : "https://github.com/dogsheep /apple-notes-to-sqlite/actions" ,
25+ "Changelog" : "https://github.com/dogsheep /apple-notes-to-sqlite/releases" ,
2626 },
2727 license = "Apache License, Version 2.0" ,
2828 version = VERSION ,
You can’t perform that action at this time.
0 commit comments