forked from jan/debianmemberportfolio
Merge branch 'release/0.6.1'
* release/0.6.1: Bump version number Add missing link to salsa
This commit is contained in:
commit
7b44e75ff6
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ people.pattern=https://people.debian.org/~%(username)s/
|
|||
people.optional=true
|
||||
|
||||
[membership]
|
||||
urls=nm,dbfinger,db,webid,alioth,wiki,forum
|
||||
urls=nm,dbfinger,db,webid,alioth,salsa,wiki,forum
|
||||
nm.pattern=https://nm.debian.org/public/nmstatus/%(username)s
|
||||
dbfinger.pattern=finger %(username)s@db.debian.org
|
||||
dbfinger.type=finger
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.6.0',
|
||||
version='0.6.1',
|
||||
description='service to create Debian Member Portfolio URLs',
|
||||
long_description="""This is a service implementation that returns a set of
|
||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||
|
|
Loading…
Reference in a new issue