treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command-line CSV to LaTeX file converter";
|
||||
homepage = http://brouits.free.fr/csv2latex/;
|
||||
homepage = "http://brouits.free.fr/csv2latex/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.catern ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user