treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -52,7 +52,7 @@ in stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://pipelight.net/;
|
||||
homepage = "http://pipelight.net/";
|
||||
license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
|
||||
description = "A wrapper for using Windows plugins in Linux browsers";
|
||||
maintainers = with stdenv.lib.maintainers; [ skeidel ];
|
||||
|
||||
Reference in New Issue
Block a user