summaryrefslogtreecommitdiffstats
path: root/pkgs/data
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2021-01-24 09:19:10 +0000
committerBen Siraphob <bensiraphob@gmail.com>2021-01-24 19:56:59 +0700
commitbc0d605cf19cef46ad2c82b4d2bb931a96b7c275 (patch)
treee2748f2e13e2d7c5f0748974c666c2b1e11aec7f /pkgs/data
parent513a3ea66508726937f65c257c79edd67059cef6 (diff)
treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/fonts/orbitron/default.nix3
-rw-r--r--pkgs/data/fonts/twitter-color-emoji/default.nix14
2 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/data/fonts/orbitron/default.nix b/pkgs/data/fonts/orbitron/default.nix
index 4c00b086e10d..f4a0a9600a15 100644
--- a/pkgs/data/fonts/orbitron/default.nix
+++ b/pkgs/data/fonts/orbitron/default.nix
@@ -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
diff --git a/pkgs/data/fonts/twitter-color-emoji/default.nix b/pkgs/data/fonts/twitter-color-emoji/default.nix
index f86c47994929..e74e51a95dcb 100644
--- a/pkgs/data/fonts/twitter-color-emoji/default.nix
+++ b/pkgs/data/fonts/twitter-color-emoji/default.nix
@@ -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}