guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: ntfs-3g: Add release-monitoring-url and upstream-name.


From: guix-commits
Subject: 14/15: gnu: ntfs-3g: Add release-monitoring-url and upstream-name.
Date: Thu, 11 Aug 2022 16:00:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 246e8e7f818b43d759da2c6b31de35111a5e1ba1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 19:04:59 2022 +0200

    gnu: ntfs-3g: Add release-monitoring-url and upstream-name.
    
    * gnu/packages/linux.scm (ntfs-3g)[properties]: New field.
---
 gnu/packages/linux.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d7d373a92f..cf2cbc7745 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6183,6 +6183,9 @@ invocations of itself.")
      "NTFS-3G provides read-write access to NTFS file systems, which are
 commonly found on Microsoft Windows.  It is implemented as a FUSE file system.
 The package provides additional NTFS tools.")
+    (properties
+     '((release-monitoring-url . "https://github.com/tuxera/ntfs-3g/releases";)
+       (upstream-name . "ntfs-3g_ntfsprogs")))
     (license license:gpl2+)))
 
 (define-public ntfs-3g/static



reply via email to

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