treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -44,7 +44,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A widget library for Tcl/Tk";
|
||||
homepage = http://tix.sourceforge.net/;
|
||||
homepage = "http://tix.sourceforge.net/";
|
||||
platforms = platforms.all;
|
||||
license = with licenses; [
|
||||
bsd2 # tix
|
||||
|
||||
Reference in New Issue
Block a user