Change description
parent
5026204cc2
commit
89a2cf8795
|
@ -2,7 +2,7 @@ _pkgname=manjaro-hello
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A tool that helps the new user of Manjaro in the discovery of the system."
|
pkgdesc="A tool providing access to documentation and support for new Manjaro users."
|
||||||
url="https://github.com/Huluti/${_pkgname}"
|
url="https://github.com/Huluti/${_pkgname}"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
manjaro-hello
|
manjaro-hello
|
||||||
=============
|
=============
|
||||||
|
|
||||||
New Manjaro Welcome Screen
|
A tool providing access to documentation and support for new Manjaro users.
|
||||||
|
|
||||||
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c5342caee874c079638970437d49196)](https://www.codacy.com/app/hugo-posnic/manjaro-hello?utm_source=github.com&utm_medium=referral&utm_content=Huluti/manjaro-hello&utm_campaign=Badge_Grade)
|
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4c5342caee874c079638970437d49196)](https://www.codacy.com/app/hugo-posnic/manjaro-hello?utm_source=github.com&utm_medium=referral&utm_content=Huluti/manjaro-hello&utm_campaign=Badge_Grade)
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ StartupNotify=false
|
||||||
Name=Manjaro Hello
|
Name=Manjaro Hello
|
||||||
Exec=/usr/bin/manjaro-hello
|
Exec=/usr/bin/manjaro-hello
|
||||||
Icon=/usr/share/manjaro-hello/data/img/manjaro.png
|
Icon=/usr/share/manjaro-hello/data/img/manjaro.png
|
||||||
Comment=A tool that helps the new user of Manjaro in the discovery of the system.
|
Comment=A tool providing access to documentation and support for new Manjaro users.
|
||||||
|
|
Loading…
Reference in New Issue