mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix #2038 (calibre built for Foresight Linux)
This commit is contained in:
parent
e1b3302dcb
commit
291739fc8b
@ -33,9 +33,10 @@ def get_linux_data(version='1.0.0'):
|
|||||||
data['title'] = 'Download calibre for linux'
|
data['title'] = 'Download calibre for linux'
|
||||||
data['supported'] = []
|
data['supported'] = []
|
||||||
for name, title in [
|
for name, title in [
|
||||||
('ubuntu', 'Ubuntu Jaunty Jackalope'),
|
|
||||||
('debian', 'Debian Sid'),
|
('debian', 'Debian Sid'),
|
||||||
('exherbo', 'Exherbo'),
|
('exherbo', 'Exherbo'),
|
||||||
|
('foresight', 'Foresight 2.1'),
|
||||||
|
('ubuntu', 'Ubuntu Jaunty Jackalope'),
|
||||||
]:
|
]:
|
||||||
data['supported'].append(CoolDistro(name, title,
|
data['supported'].append(CoolDistro(name, title,
|
||||||
prefix='http://calibre.kovidgoyal.net'))
|
prefix='http://calibre.kovidgoyal.net'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user