guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentatio


From: guix-commits
Subject: 16/17: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation.
Date: Wed, 27 Mar 2024 19:09:29 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit f10a02bdbfaf12702593b3ebc15ca45f72bd712c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Mar 27 22:24:32 2024 +0000

    gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix indentation.
    
    * gnu/packages/golng-xyz (go-github-com-nbrownus-go-metrics-prometheus):
    Fix indentation.
    
    Change-Id: I305e0a64fbb89ea073f30f7b91673628097fc263
---
 gnu/packages/golang-xyz.scm | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7418068795..cc522a69b0 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1613,14 +1613,14 @@ very fast, and tries to be entropy pool friendly.")
     (name "go-github-com-nbrownus-go-metrics-prometheus")
     (version "0.0.0-20210712211119-974a6260965f")
     (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-               (url "https://github.com/nbrownus/go-metrics-prometheus";)
-               (commit (go-version->git-ref version))))
-        (file-name (git-file-name name version))
-        (sha256
-          (base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nbrownus/go-metrics-prometheus";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1kl9l08aas544627zmhkgp843qx94sxs4inxm20nw1hx7gp79dz0"))))
     (build-system go-build-system)
     (arguments '(#:import-path "github.com/nbrownus/go-metrics-prometheus"))
     (propagated-inputs
@@ -1629,9 +1629,10 @@ very fast, and tries to be entropy pool friendly.")
            go-github-com-prometheus-client-golang))
     (home-page "https://github.com/nbrownus/go-metrics-prometheus";)
     (synopsis "Prometheus support for go-metrics")
-    (description "This package provides a reporter for the @code{go-metrics}
-library which posts the metrics to the Prometheus client registry and just
-updates the registry.")
+    (description
+     "This package provides a reporter for the @code{go-metrics} library which
+posts the metrics to the Prometheus client registry and just updates the
+registry.")
     (license license:asl2.0)))
 
 (define-public go-github-com-nsqio-go-diskqueue



reply via email to

[Prev in Thread] Current Thread [Next in Thread]