diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-11 12:58:23 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-11 13:15:40 +0100 |
commit | d1315bb2bab344f37ebfaa4572654ff78ea8e845 (patch) | |
tree | 7026a55438bb36b66bc6f3d9682dc21ef6e84e27 /gnu | |
parent | 6467c45efd1d97295c5428715e35516f5c5f6368 (diff) | |
download | guix-d1315bb2bab344f37ebfaa4572654ff78ea8e845.tar guix-d1315bb2bab344f37ebfaa4572654ff78ea8e845.tar.gz |
gnu: go-github-com-google-shlex: Add project status comment.
* gnu/packages/golang.scm (go-github-com-google-shlex): Add project
status comment for the next maintenance cycle.
Change-Id: Ieaa2cc28f95306f87b0d358500225dbd0381adcf
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 80a4985191..127ea58fc3 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -8124,6 +8124,9 @@ production-ready implementation, compatible with the original Jsonnet C++ implementation.") (license license:asl2.0))) +;; XXX: This repository has been archived by the owner on Dec 29, 2022. It is +;; now read-only. It's only used by kiln, consider to remove it when it does +;; no longer require it. (define-public go-github-com-google-shlex (package (name "go-github-com-google-shlex") |