treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extracts plain text from docx files";
|
||||
homepage = https://github.com/jncraton/catdocx;
|
||||
homepage = "https://github.com/jncraton/catdocx";
|
||||
license = with licenses; [ bsd3 ];
|
||||
maintainers = [ maintainers.michalrus ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user