From 9080e9c5488994850fa896bb5737c69605278b9b Mon Sep 17 00:00:00 2001 From: Nala Ginrut Date: Thu, 7 Feb 2013 12:52:41 +0800 Subject: [PATCH] fixed typo. modified: pkg-list.scm --- pkg-list.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg-list.scm b/pkg-list.scm index bdb769a..a6b888b 100644 --- a/pkg-list.scm +++ b/pkg-list.scm @@ -20,5 +20,5 @@ (description "Guile csv reader") (homepage "https://github.com/NalaGinrut/guile-csv/") - (libraries "xmlat.scm") + (libraries "csv.scm") (documentation "README" "COPYING"))