treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "An implementation of DSSSL, an ISO standard for formatting SGML (and XML) documents";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
homepage = http://openjade.sourceforge.net/;
|
||||
homepage = "http://openjade.sourceforge.net/";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user