diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-06 02:22:33 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-05-06 02:22:56 +0200 |
commit | d8985a96c29aa20dbc290ff9e3fc4ebca63fb406 (patch) | |
tree | 859eef51ccf801829ceaf73de562ca42c2d3c06c /dev-python/webpy | |
parent | net-misc/megasync: fix usptream (diff) | |
download | guru-d8985a96c29aa20dbc290ff9e3fc4ebca63fb406.tar.gz guru-d8985a96c29aa20dbc290ff9e3fc4ebca63fb406.tar.bz2 guru-d8985a96c29aa20dbc290ff9e3fc4ebca63fb406.zip |
dev-python/webpy: fix remote
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/webpy')
-rw-r--r-- | dev-python/webpy/metadata.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/webpy/metadata.xml b/dev-python/webpy/metadata.xml index 2aac2797d..04bd2022f 100644 --- a/dev-python/webpy/metadata.xml +++ b/dev-python/webpy/metadata.xml @@ -7,7 +7,8 @@ <name>Alessandro Barbieri</name> </maintainer> <upstream> - <remote-id type="github">webpy/web.py</remote-id> + <remote-id type="github">webpy/webpy</remote-id> + <remote-id type="pypi">web.py</remote-id> <doc lang="en">https://webpy.org/docs</doc> <bugs-to>https://github.com/webpy/webpy/issues</bugs-to> <changelog>https://raw.githubusercontent.com/webpy/webpy/master/ChangeLog.txt</changelog> |