From c30d2f734ea5ec50f5b2d2e3a02db12f500730d3 Mon Sep 17 00:00:00 2001 From: Jonathan Curran Date: Fri, 24 Apr 2020 15:29:11 -0600 Subject: [PATCH] s/Inc/PBC/ --- builder/package.ubuntu-2004 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/package.ubuntu-2004 b/builder/package.ubuntu-2004 index 9b03cd7..8a061fb 100644 --- a/builder/package.ubuntu-2004 +++ b/builder/package.ubuntu-2004 @@ -9,12 +9,12 @@ fpm \ -t deb \ -v 1 \ -n R-${R_VERSION} \ - --vendor "RStudio Inc." \ + --vendor "RStudio PBC" \ --deb-priority "optional" \ --deb-field 'Bugs: https://github.com/rstudio/r-builds/issues' \ --url "http://www.r-project.org/" \ --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" \ -p /tmp/output/ubuntu-2004/ \ -d g++ \