From 6f488a8206688f4c7b06c857a49788c7d6002432 Mon Sep 17 00:00:00 2001 From: Philipp Trulson Date: Tue, 3 Dec 2024 15:49:49 +0100 Subject: [PATCH] Print rebuy in lowercase --- LICENSE | 2 +- cmd/buildutil/runner.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index efa81f9..2d6a1be 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 reBuy reCommerce GmbH +Copyright (c) 2018 rebuy recommerce GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/buildutil/runner.go b/cmd/buildutil/runner.go index 7c21c09..d8838ed 100644 --- a/cmd/buildutil/runner.go +++ b/cmd/buildutil/runner.go @@ -335,7 +335,7 @@ func (r *Runner) RunArtifacts(ctx context.Context, cmd *cobra.Command, args []st Platform: artifact.System.OS, Version: version, Release: release, - Maintainer: "reBuy Platform Team ", + Maintainer: "rebuy Platform Team ", Overridables: nfpm.Overridables{ Contents: contents, },