diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index 349acf5446..414d6a2856 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès ;;; Copyright © 2014, 2015 Mark H Weaver ;;; Copyright © 2015 Andreas Enge -;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner +;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner ;;; Copyright © 2017 Leo Famulari ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2020 Marius Bakke @@ -281,4 +281,7 @@ (define-public patchelf (description "PatchELF allows the ELF \"interpreter\" and RPATH of an ELF binary to be changed.") + ;; This can probably be removed with the next release. + (properties + '((release-monitoring-url . "https://github.com/NixOS/patchelf/releases"))) (license gpl3+)))