aboutsummarylogtreecommitdiffstats
path: root/about-arch.patch
blob: 1c77f65d38376316f1a04642ad4f68110eb4e222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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', =>