forked from I2P_Developers/i2p.www
18 lines
694 B
HTML
18 lines
694 B
HTML
{% extends "global/bounty.html" %}
|
|
{% block title %}{{ _('Bounty I2P package in Debian and Ubuntu mirrors') }}{% endblock %}
|
|
{% block donatename %}{{ _('I2P Ubuntu/Debian package') }}{% endblock %}
|
|
|
|
{% block bountydetails %}
|
|
<p>{% trans -%}
|
|
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.
|
|
|
|
Done in 2017 by mhatta.
|
|
{%- endtrans %}</p>
|
|
{% endblock %}
|