From 8a37b4506481b5c41d80550828e8f03f738a2516 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 20 Apr 2021 23:37:31 -0700 Subject: gnu: go-github-com-mesilliac-pulse-simple: Fix typo. * gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple)[description]: Fix typo "This package". --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 6502740220..9e0175e15a 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6837,7 +6837,7 @@ sinks and sources.") (home-page "https://github.com/mesilliac/pulse-simple") (synopsis "Cgo bindings to PulseAudio's Simple API") (description - "This packages provides Cgo bindings to PulseAudio's Simple API, to play + "This package provides Cgo bindings to PulseAudio's Simple API, to play or capture raw audio.") (license license:expat)))) -- cgit v1.2.3 From 58f4b49a52f983cdcd5fba4cb2c9574915ae624e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 4 May 2021 20:42:57 +0200 Subject: gnu: go-gopkg-in-go-playground-assert-v1: Fix typo in description. * gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1) [description]: Fix typo. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9e0175e15a..8c3c81ceda 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -656,7 +656,7 @@ way of specifying command line options.") '(#:import-path "gopkg.in/go-playground/assert.v1")) (synopsis "Basic assertion library used alongside native Go testing") (description - "This package provides bassic assertions along with building blocks for + "This package provides basic assertions along with building blocks for custom assertions to be used alongside native Go testing.") (license license:expat))) -- cgit v1.2.3