From f39d594e88c32dbd2d3660d66899b6215817b654 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 1 Jan 2022 15:09:35 +0100 Subject: 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(-) (limited to 'gnu/packages/golang.scm') 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)))) -- cgit v1.2.3