treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1ngnp5f5zl3v35vhbdyjpymy6mwrs0476fm5nd7dzkba7n841jdh";
|
||||
};
|
||||
|
||||
prePatch = ''substituteInPlace ./Makefile --replace /usr $out'';
|
||||
prePatch = "substituteInPlace ./Makefile --replace /usr $out";
|
||||
|
||||
buildInputs = [ libX11 xorgproto ];
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
inherit version;
|
||||
description = ''A command-line tool to print idle time from libXss'';
|
||||
description = "A command-line tool to print idle time from libXss";
|
||||
homepage = "http://taktoa.me/xprintidle-ng/";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
inherit version;
|
||||
description = ''X window switcher drawing a colourful grid'';
|
||||
description = "X window switcher drawing a colourful grid";
|
||||
license = lib.licenses.bsd2 ;
|
||||
maintainers = [lib.maintainers.raskin];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user