Added 'vendor' to the package config (#18)

* Added 'vendor' to the package config

* Changed vendor to RStudio
This commit is contained in:
sellorm 2019-07-30 21:03:00 +01:00 committed by GitHub
commit 1938cc5399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ fpm \
-t deb \
-v 1 \
-n R-${R_VERSION} \
--vendor "RStudio Inc." \
--deb-priority "optional" \
--deb-field 'Bugs: https://github.com/rstudio/r-builds/issues' \
--url "http://www.r-project.org/" \