23 lines
968 B
HTML
23 lines
968 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Bounty I2P package in Debian and Ubuntu mirrors{% endblock %}
|
|
{% block content %}<p>For the future of I2P and in order to attract more people
|
|
to I2P, this bounty was set for including an I2P package into the Ubuntu and Debian
|
|
archive mirrors.
|
|
To claim this bounty, the I2P router package needs to be available from
|
|
Ubuntu and Debian archive mirrors and Debian bug
|
|
<a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448638">448638</a>
|
|
needs to be closed successfully.
|
|
</p>
|
|
<br>
|
|
<p>
|
|
Note:
|
|
To claim the bounty, the author must not be paid by other organizations or teams
|
|
for this work (e.g. GSoC students are not permitted to claim it).</p>
|
|
|
|
|
|
<p><i>Note 2: Bounty amounts can be increased by further donations. Do
|
|
you think these are important? <a href="donate">Make a donation</a>,
|
|
marking the amount for the I2P Ubuntu/Debian package bounty!</i></p>
|
|
{% endblock %}
|
|
|