From 68604854dd5dff44d5b5551fce7cbb61fe607dda Mon Sep 17 00:00:00 2001
From: Lukasz Dorau <lukasz.dorau@intel.com>
Date: Thu, 19 Sep 2019 15:08:14 +0200
Subject: [PATCH] common: update PACKAGE_MAINTAINER

---
 utils/pkg-config.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/pkg-config.sh b/utils/pkg-config.sh
index 5cb1b6793..dd6b8b90a 100644
--- a/utils/pkg-config.sh
+++ b/utils/pkg-config.sh
@@ -1,5 +1,5 @@
 #
-# Copyright 2014-2017, Intel Corporation
+# Copyright 2014-2019, Intel Corporation
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -33,7 +33,7 @@
 PACKAGE_NAME="pmdk"
 
 # Name and email of package maintainer
-PACKAGE_MAINTAINER="Krzysztof Czurylo <krzysztof.czurylo@intel.com>"
+PACKAGE_MAINTAINER="Marcin Slusarz <marcin.slusarz@intel.com>"
 
 # Brief description of the package
 PACKAGE_SUMMARY="Persistent Memory Development Kit"
-- 
GitLab