guix-commits
[Top][All Lists]
Advanced

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

11/16: gnu: git-minimal: Add ‘upstream-name’ property.


From: guix-commits
Subject: 11/16: gnu: git-minimal: Add ‘upstream-name’ property.
Date: Sun, 1 Dec 2024 14:15:20 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit db59509931d11501b552101c73e70206fea763bf
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 28 22:40:13 2024 +0100

    gnu: git-minimal: Add ‘upstream-name’ property.
    
    * gnu/packages/version-control.scm (git-minimal)[properties]: Add
    ‘upstream-name’.
    
    Change-Id: I2d2516003b7f686852a3531859d06ca7f4e4820d
---
 gnu/packages/version-control.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 24dc7bf107..c54833a8ec 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -518,7 +518,8 @@ everything from small to very large projects with speed and 
efficiency.")
                                       "CVE-2022-30949"
                                       "CVE-2022-36882"
                                       "CVE-2022-36883"
-                                      "CVE-2022-36884"))))
+                                      "CVE-2022-36884"))
+                  (upstream-name . "git")))
     (license license:gpl2)
     (home-page "https://git-scm.com/";)))
 



reply via email to

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