diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-11-28 22:40:13 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-01 20:14:16 +0100 |
commit | db59509931d11501b552101c73e70206fea763bf (patch) | |
tree | 00321e7c3adc2e25cea7c1a921e89532af1a84a5 | |
parent | 79be44fb51b3055d1801835dccb9ec8c8d16692e (diff) | |
download | guix-db59509931d11501b552101c73e70206fea763bf.tar.gz guix-db59509931d11501b552101c73e70206fea763bf.zip |
gnu: git-minimal: Add ‘upstream-name’ property.
* gnu/packages/version-control.scm (git-minimal)[properties]: Add
‘upstream-name’.
Change-Id: I2d2516003b7f686852a3531859d06ca7f4e4820d
-rw-r--r-- | gnu/packages/version-control.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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/"))) |