treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "wtf is my docbook broken?";
|
||||
homepage = https://github.com/grahamc/xmloscopy;
|
||||
homepage = "https://github.com/grahamc/xmloscopy";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ grahamc ];
|
||||
|
||||
Reference in New Issue
Block a user