treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A utility which removes LaTeX commands from input";
|
||||
homepage = https://www.ctan.org/pkg/untex;
|
||||
homepage = "https://www.ctan.org/pkg/untex";
|
||||
license = licenses.gpl1;
|
||||
maintainers = with maintainers; [ joachifm ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user