treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "An application for building and managing Phars";
|
||||
license = licenses.mit;
|
||||
homepage = https://box-project.github.io/box2/;
|
||||
homepage = "https://box-project.github.io/box2/";
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
};
|
||||
@@ -79,7 +79,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "Dependency Manager for PHP";
|
||||
license = licenses.mit;
|
||||
homepage = https://getcomposer.org/;
|
||||
homepage = "https://getcomposer.org/";
|
||||
maintainers = with maintainers; [ globin offline ];
|
||||
};
|
||||
};
|
||||
@@ -106,7 +106,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "A tool to automatically fix PHP coding standards issues";
|
||||
license = licenses.mit;
|
||||
homepage = http://cs.sensiolabs.org/;
|
||||
homepage = "http://cs.sensiolabs.org/";
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
};
|
||||
@@ -143,7 +143,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "This tool check syntax of PHP files faster than serial check with fancier output";
|
||||
license = licenses.bsd2;
|
||||
homepage = https://github.com/JakubOnderka/PHP-Parallel-Lint;
|
||||
homepage = "https://github.com/JakubOnderka/PHP-Parallel-Lint";
|
||||
maintainers = with maintainers; [ jtojnar ];
|
||||
};
|
||||
};
|
||||
@@ -170,7 +170,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "PHP coding standard beautifier and fixer";
|
||||
license = licenses.bsd3;
|
||||
homepage = https://squizlabs.github.io/PHP_CodeSniffer/;
|
||||
homepage = "https://squizlabs.github.io/PHP_CodeSniffer/";
|
||||
maintainers = with maintainers; [ cmcdragonkai etu ];
|
||||
};
|
||||
};
|
||||
@@ -197,7 +197,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "PHP coding standard tool";
|
||||
license = licenses.bsd3;
|
||||
homepage = https://squizlabs.github.io/PHP_CodeSniffer/;
|
||||
homepage = "https://squizlabs.github.io/PHP_CodeSniffer/";
|
||||
maintainers = with maintainers; [ javaguirre etu ];
|
||||
};
|
||||
};
|
||||
@@ -258,7 +258,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "A static analysis tool for finding errors in PHP applications";
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/vimeo/psalm;
|
||||
homepage = "https://github.com/vimeo/psalm";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -284,7 +284,7 @@ in
|
||||
meta = with pkgs.lib; {
|
||||
description = "PsySH is a runtime developer console, interactive debugger and REPL for PHP.";
|
||||
license = licenses.mit;
|
||||
homepage = https://psysh.org/;
|
||||
homepage = "https://psysh.org/";
|
||||
maintainers = with maintainers; [ caugner ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user