guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: strace: Add release-monitoring-url.


From: guix-commits
Subject: 01/02: gnu: strace: Add release-monitoring-url.
Date: Wed, 10 Aug 2022 20:59:13 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b611761bfcc9d603fba8147ae6bf9a61bb871a4a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 00:31:18 2022 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]