forked from beancount/beancount
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch URLs to https:, where available.
These resources are all available over https; prefer that version, to avoid an initial plaintext connection.
- Loading branch information
Showing
14 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ Author: Martin Blais | |
Author-Email: [email protected] | ||
ChangeLog: http://furius.ca/beancount/CHANGES | ||
Bugs-Reporting: mailto:[email protected] | ||
Download-Snapshots: http://bitbucket.org/blais/beancount | ||
Download-Snapshots: https://bitbucket.org/blais/beancount | ||
License: GNU GPLv2 only |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
# database definitions as well, although it is inferior to pytz, but | ||
# because it can use the OS timezone database in the Windows | ||
# registry. See this article for context: | ||
# http://www.assert.cc/2014/05/25/which-python-time-zone-library.html | ||
# https://www.assert.cc/2014/05/25/which-python-time-zone-library.html | ||
# However, for creating offset timezones, we use the datetime.timezone | ||
# helper class because it is built-in. | ||
# Where this matters is for price source fetchers. | ||
|
@@ -230,7 +230,7 @@ def get_git_changeset(): | |
author="Martin Blais", | ||
author_email="[email protected]", | ||
url="http://furius.ca/beancount", | ||
download_url="http://bitbucket.org/blais/beancount", | ||
download_url="https://bitbucket.org/blais/beancount", | ||
|
||
packages = [ | ||
'beancount', | ||
|