Merge pull request #25 from curantes/master

Add missing [Packager] in Building a Package page
This commit is contained in:
Joshua Strobl 2017-03-10 23:31:47 +02:00 committed by GitHub
commit de9a9f16cc
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ This file lives in the `.solus` folder of your home directory. You will need to
file so that the packager details are stored within the resulting binary package. file so that the packager details are stored within the resulting binary package.
``` ini ``` ini
[Packager]
Name=Your Name Here Name=Your Name Here
Email=your.email@address Email=your.email@address
``` ```