Skip to content

Commit 193138b

Browse files
committed
Moved it to dogsheep
1 parent ebe6aa6 commit 193138b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

88
Export Apple Notes to SQLite
99

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)