From b611761bfcc9d603fba8147ae6bf9a61bb871a4a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Thu, 11 Aug 2022 00:31:18 +0200 Subject: [PATCH] gnu: strace: Add release-monitoring-url. * gnu/packages/linux.scm (strace)[properties]: New field. --- gnu/packages/linux.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9bfa1951be..3b886e38b1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2417,6 +2417,8 @@ Zerofree requires the file system to be unmounted or mounted read-only.") (description "strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.") + (properties + '((release-monitoring-url . "https://github.com/strace/strace/releases"))) (license license:lgpl2.1+))) (define-public ltrace