diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-03-06 19:26:22 +0100 |
|---|---|---|
| committer | Zheng Junjie <z572@z572.online> | 2025-06-23 12:31:15 +0800 |
| commit | a3327e6c62986373a8cd978b5424b94bfbdeb217 (patch) | |
| tree | 2e8cc2a6cf2cbd19337fb3ada67258e04e0710fd /gnu/packages/version-control.scm | |
| parent | eb8fd1b43f76abd3ac83bf0a2cccca352b1b80f7 (diff) | |
gnu: got: Add lint-hidden-cpe-vendors property.
* gnu/packages/version-control.scl (got)[properties]: Add
lint-hidden-cpe-vendors and release-monitoring-url.
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index a24545a17a7..b1dcb4592b9 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1238,7 +1238,11 @@ provides an integration with GitHub and GitLab.") "Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.") (license license:isc) - (home-page "https://gameoftrees.org/"))) + (home-page "https://gameoftrees.org/") + (properties + ;; Can lint for updates, but not update in place. + '((release-monitoring-url . "https://gameoftrees.org/releases/") + (lint-hidden-cpe-vendors . ("got_project")))))) (define-public xdiff (let ((revision "0") |
