From cdc775563462e20076b090c3b9b47b5cb69a5949 Mon Sep 17 00:00:00 2001 From: Alan Noble Date: Tue, 12 Nov 2019 05:34:16 +0000 Subject: [PATCH] Fix license hyperlink in comment. --- device/alsa/alsa.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/alsa/alsa.go b/device/alsa/alsa.go index 82b06941..6c634556 100644 --- a/device/alsa/alsa.go +++ b/device/alsa/alsa.go @@ -20,7 +20,7 @@ LICENSE for more details. You should have received a copy of the GNU General Public License in gpl.txt. - If not, see [GNU licenses](http://www.gnu.org/licenses). + If not, see http://www.gnu.org/licenses. */ // Package alsa provides access to input from ALSA audio devices.