treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [ "--with-tcl=${tcl}/lib" "--exec-prefix=\${prefix}" ];
|
||||
|
||||
meta = {
|
||||
homepage = http://tclx.sourceforge.net/;
|
||||
homepage = "http://tclx.sourceforge.net/";
|
||||
description = "Tcl extensions";
|
||||
license = stdenv.lib.licenses.tcltk;
|
||||
maintainers = with stdenv.lib.maintainers; [ kovirobi ];
|
||||
|
||||
Reference in New Issue
Block a user