nicferrier / marmalade

Nic's clone of nex3's original marmalade. Nic is maintaining this now and updating this repo.
http://marmalade-repo.org
GNU General Public License v3.0
32 stars 8 forks source link

Wrong URL on frontpage of marmalade-repo.org #2

Closed arnested closed 12 years ago

arnested commented 12 years ago

The frontpage of http://marmalade-repo.org/ says:

(add-to-list 'package-archives '("marmalade" . 
   "http://vagrant-centos-62.vagrantup.com/packages/"))

But it is not possible to download a package-list from vagrant-centos-62.vagrantup.com. It should probably be changed back to marmalade-repo.org.

Please also consider to change the links to http://code.google.com/p/marmalade and let them point to this Github repos instead.

nicferrier commented 12 years ago

The code in the template was using the hostname of the box. I've changed this to use a static value. It should probably be a config variable but this gets the job done for now. So looks fixed to me. Thanks!