summary refs log tree commit diff
path: root/pkgs/top-level/php-packages.nix
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-03-31 21:11:51 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-04-10 17:54:53 +0100
commit84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch)
tree203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/top-level/php-packages.nix
parentbf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff)
downloadnixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar.gz
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar.bz2
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar.lz
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar.xz
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.tar.zst
nixpkgs-84cf00f98031e93f389f1eb93c4a7374a33cc0a9.zip
treewide: Per RFC45, remove all unquoted URLs
Diffstat (limited to 'pkgs/top-level/php-packages.nix')
-rw-r--r--pkgs/top-level/php-packages.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/top-level/php-packages.nix b/pkgs/top-level/php-packages.nix
index 6bae48b54c3..65b16414412 100644
--- a/pkgs/top-level/php-packages.nix
+++ b/pkgs/top-level/php-packages.nix
@@ -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 ];
       };
     };