We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b06be0 commit c42f7d9Copy full SHA for c42f7d9
1 file changed
utils/rpms/pmdk.sh
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
# (C) Copyright 2025 Google LLC
3
+# Copyright 2026 Hewlett Packard Enterprise Development LP
4
set -eEuo pipefail
5
root="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
6
. "${root}/fpm_common.sh"
@@ -15,7 +16,7 @@ LICENSE="BSD-3-Clause"
15
16
ARCH=${isa}
17
DESCRIPTION="The Persistent Memory Development Kit is a collection of libraries for
18
using memory-mapped persistence, optimized specifically for persistent memory."
-URL="https://github.com/pmem/pmdk"
19
+URL="https://github.com/daos-stack/pmdk"
20
RPM_CHANGELOG="pmdk.changelog"
21
22
files=()
0 commit comments