Skip to content

Commit c42f7d9

Browse files
committed
update pmdk.sh file
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
1 parent 3b06be0 commit c42f7d9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utils/rpms/pmdk.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
# (C) Copyright 2025 Google LLC
3+
# Copyright 2026 Hewlett Packard Enterprise Development LP
34
set -eEuo pipefail
45
root="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
56
. "${root}/fpm_common.sh"
@@ -15,7 +16,7 @@ LICENSE="BSD-3-Clause"
1516
ARCH=${isa}
1617
DESCRIPTION="The Persistent Memory Development Kit is a collection of libraries for
1718
using memory-mapped persistence, optimized specifically for persistent memory."
18-
URL="https://github.com/pmem/pmdk"
19+
URL="https://github.com/daos-stack/pmdk"
1920
RPM_CHANGELOG="pmdk.changelog"
2021

2122
files=()

0 commit comments

Comments
 (0)