treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Simple .odt to .txt converter";
|
||||
homepage = https://github.com/dstosberg/odt2txt;
|
||||
homepage = "https://github.com/dstosberg/odt2txt";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user