diff --git a/lib/about-view.coffee b/lib/about-view.coffee index 327bc60..32110e1 100644 --- a/lib/about-view.coffee +++ b/lib/about-view.coffee @@ -73,11 +73,11 @@ class AboutView extends ScrollView @div class: 'about-inline', => @span 'Atom is a hackable text editor for the 21st century, that is built using web technologies, on top of the ' @a href: 'https://electron.atom.io', 'Electron' - @span ' framework. This build of Atom, was built from the ' - @a href: 'https://github.com/fusion809/atom-editor/blob/master/PKGBUILD', 'PKGBUILD' + @span ' framework. This build of Atom, was built from the atom-editor-arch ' + @a href: 'https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=atom-editor-arch', 'PKGBUILD' @span ' , in the ' - @a href: 'https://github.com/fusion809/atom-editor', 'fusion809/atom-editor' - @span ' GitHub repository.' + @a href: 'https://aur.archlinux.org/packages/atom-editor-arch', 'Arch User Repository' + @span ' .' @div class: 'about-actions group-item', => @div class: 'btn-group', =>