treewide: fix double quoted strings in meta.description

Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
volth
2021-01-24 09:19:10 +00:00
committed by Ben Siraphob
parent 513a3ea665
commit bc0d605cf1
563 changed files with 1884 additions and 1911 deletions

View File

@@ -20,8 +20,7 @@ in fetchFromGitHub {
meta = with lib; {
homepage = "https://www.theleagueofmoveabletype.com/orbitron";
downloadPage = "https://www.theleagueofmoveabletype.com/orbitron/download";
description = ''
Geometric sans-serif for display purposes by Matt McInerney'';
description = "Geometric sans-serif for display purposes by Matt McInerney";
longDescription = ''
Orbitron is a geometric sans-serif typeface intended for display
purposes. It features four weights (light, medium, bold, and

View File

@@ -56,15 +56,15 @@ stdenv.mkDerivation rec {
postPatch = let
templateSubstitutions = lib.concatStringsSep "; " [
''s#Noto Color Emoji#Twitter Color Emoji#''
''s#NotoColorEmoji#TwitterColorEmoji#''
"s#Noto Color Emoji#Twitter Color Emoji#"
"s#NotoColorEmoji#TwitterColorEmoji#"
''s#Copyright .* Google Inc\.#Twitter, Inc and other contributors.#''
''s# Version .*# ${version}#''
''s#.*is a trademark.*##''
"s# Version .*# ${version}#"
"s#.*is a trademark.*##"
''s#Google, Inc\.#Twitter, Inc and other contributors#''
''s#http://www.google.com/get/noto/#https://twemoji.twitter.com/#''
''s#.*is licensed under.*# Creative Commons Attribution 4.0 International#''
''s#http://scripts.sil.org/OFL#http://creativecommons.org/licenses/by/4.0/#''
"s#http://www.google.com/get/noto/#https://twemoji.twitter.com/#"
"s#.*is licensed under.*# Creative Commons Attribution 4.0 International#"
"s#http://scripts.sil.org/OFL#http://creativecommons.org/licenses/by/4.0/#"
];
in ''
${noto-fonts-emoji.postPatch}