guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: go-github-com-androiddnsfix: Rewrite synopsis and descriptio


From: guix-commits
Subject: 15/15: gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
Date: Sat, 1 Jan 2022 09:13:15 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f39d594e88c32dbd2d3660d66899b6215817b654
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jan 1 15:09:35 2022 +0100

    gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
    
    * gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
    'synopsis' and 'description'.
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index cb6fd9ed76..6a0b9852d3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9058,9 +9058,11 @@ pcredential store, Pass, Secret Service, KDE Wallet, 
Encrypted File.")
       (arguments
        '(#:import-path "github.com/mtibben/androiddnsfix"
          #:phases %standard-phases))
-      (synopsis "Hack to get around the issues building on android")
+      (synopsis "Work around lack of @file{/etc/resolv.conf} on Android")
       (description
-       "Hack around the issues in https://github.com/golang/go/issues/8877.";)
+       "This package allows Go applications to work around lack of
+@file{/etc/resolv.conf} on Android, as described in
+@url{https://github.com/golang/go/issues/8877}.";)
       (home-page "https://github.com/mtibben/androiddnsfix";)
       (license license:expat))))
 



reply via email to

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