treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://libhx.sourceforge.net/;
|
||||
homepage = "http://libhx.sourceforge.net/";
|
||||
longDescription = ''
|
||||
libHX is a C library (with some C++ bindings available) that provides data structures
|
||||
and functions commonly needed, such as maps, deques, linked lists, string formatting
|
||||
|
||||
Reference in New Issue
Block a user