diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-11 00:31:18 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-11 00:37:27 +0200 |
commit | b611761bfcc9d603fba8147ae6bf9a61bb871a4a (patch) | |
tree | b24cc6f194c560caf77100935f8e99ad4eb0d74f /gnu/packages/linux.scm | |
parent | a66b9063d1158f129e46ae0b99f1e7cbbc8c16b1 (diff) |
gnu: strace: Add release-monitoring-url.
* gnu/packages/linux.scm (strace)[properties]: New field.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |