treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ".mdb (MS Access) format tools";
|
||||
homepage = http://mdbtools.sourceforge.net;
|
||||
homepage = "http://mdbtools.sourceforge.net";
|
||||
platforms = platforms.unix;
|
||||
license = with licenses; [ gpl2 lgpl2 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user