treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user