mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gorhill-cronexpr: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-gorhill-cronexpr): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I21a1b8a4cbb4ec2f3db1bf93d66fe20430395fdf
This commit is contained in:
parent
5416958ba1
commit
516e9be000
2 changed files with 26 additions and 26 deletions
|
@ -2963,32 +2963,6 @@ hosting providers, and inside your data center. It creates servers, installs
|
|||
Docker on them, then configures the Docker client to talk to them.")
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public go-github-com-gorhill-cronexpr
|
||||
(package
|
||||
(name "go-github-com-gorhill-cronexpr")
|
||||
(version "0.0.0-20180427100037-88b0669f7d75")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gorhill/cronexpr")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hc7xdfclp2qgkr1581jb3ckjvl34nxmqrnraci5jzmqx5av9j1r"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/gorhill/cronexpr"))
|
||||
(home-page "https://github.com/gorhill/cronexpr")
|
||||
(synopsis "Cron expression parser in the Go language")
|
||||
(description
|
||||
"This package provides a cron expression parser in the Go language.
|
||||
Given a cron expression and a time stamp, you can get the next time stamp
|
||||
which satisfies the cron expression.")
|
||||
(license (list license:gpl3+
|
||||
license:asl2.0))))
|
||||
|
||||
(define-public go-github-com-matrix-org-gomatrix
|
||||
(package
|
||||
(name "go-github-com-matrix-org-gomatrix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue