X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3304c66ff9a14c9f33c97b57952721b375e692c0..df4133dde10614e53a41b16a5c6062c3d1777059:/Makefile diff --git a/Makefile b/Makefile index 98c0e519..669fdda9 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,10 @@ $(DEB_FILE): build -n "$(APP_NAME)" \ -v "$(VERSION)" \ --iteration "$(ITERATION)" \ + --vendor="The Arvados Authors" \ --maintainer="$(MAINTAINER)" \ + --url="https://arvados.org" \ + --license="GNU Affero General Public License, version 3.0" \ --description="$(DESCRIPTION)" \ --config-files="etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR) @@ -94,7 +97,10 @@ $(RPM_FILE): build -n "$(APP_NAME)" \ -v "$(VERSION)" \ --iteration "$(ITERATION)" \ + --vendor="The Arvados Authors" \ --maintainer="$(MAINTAINER)" \ + --url="https://arvados.org" \ + --license="GNU Affero General Public License, version 3.0" \ --description="$(DESCRIPTION)" \ --config-files="etc/arvados/workbench2/workbench2.example.json" \ $(WORKSPACE)/build/=$(DEST_DIR)