gnu: Add go-github-com-matterbridge-gomatrix.

* gnu/packages/golang-web.scm (go-github-com-matterbridge-gomatrix): New variable.

Change-Id: I6afa6eb0710d4729bffeb5eb09938fe389018360
This commit is contained in:
Sharlatan Hellseher 2025-05-28 00:24:50 +01:00
parent 8f16c3d334
commit 3de7694e29
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6087,6 +6087,31 @@ supported by HTTP PATCH method, allowing for standards based partial updates
via REST APIs.")
(license license:asl2.0)))
(define-public go-github-com-matterbridge-gomatrix
(package
(name "go-github-com-matterbridge-gomatrix")
(version "0.0.0-20220411225302-271e5088ea27")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/matterbridge/gomatrix")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "08y6kbsa9cs4d9qckwg85i64gz7jbv606gqk4sk09172bzaxzsm1"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/matterbridge/gomatrix"))
(home-page "https://github.com/matterbridge/gomatrix")
(synopsis "Golang Matrix client")
(description
"Package gomatrix implements the Matrix Client-Server API. This package
is an alternative fork of not maintained
https://github.com/matrix-org/gomatrix project.")
(license license:asl2.0)))
(define-public go-github-com-mattn-go-ieproxy
(package
(name "go-github-com-mattn-go-ieproxy")