s/Inc/PBC/

This commit is contained in:
Jonathan Curran 2020-04-24 15:29:11 -06:00
commit c30d2f734e

View file

@ -9,12 +9,12 @@ fpm \
-t deb \ -t deb \
-v 1 \ -v 1 \
-n R-${R_VERSION} \ -n R-${R_VERSION} \
--vendor "RStudio Inc." \ --vendor "RStudio PBC" \
--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/" \
--description "GNU R statistical computation and graphics system" \ --description "GNU R statistical computation and graphics system" \
--maintainer "RStudio Inc https://github.com/rstudio/r-builds" \ --maintainer "RStudio, PBC https://github.com/rstudio/r-builds" \
--license "GPL-2" \ --license "GPL-2" \
-p /tmp/output/ubuntu-2004/ \ -p /tmp/output/ubuntu-2004/ \
-d g++ \ -d g++ \