Added 'vendor' to the package config (#18)
* Added 'vendor' to the package config * Changed vendor to RStudio
This commit is contained in:
parent
74c1334ac7
commit
1938cc5399
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ fpm \
|
||||||
-t deb \
|
-t deb \
|
||||||
-v 1 \
|
-v 1 \
|
||||||
-n R-${R_VERSION} \
|
-n R-${R_VERSION} \
|
||||||
|
--vendor "RStudio Inc." \
|
||||||
--deb-priority "optional" \
|
--deb-priority "optional" \
|
||||||
--deb-field 'Bugs: https://github.com/rstudio/r-builds/issues' \
|
--deb-field 'Bugs: https://github.com/rstudio/r-builds/issues' \
|
||||||
--url "http://www.r-project.org/" \
|
--url "http://www.r-project.org/" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue