summaryrefslogtreecommitdiffstats
path: root/pkgs/development/beam-modules
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-16 11:20:42 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-16 11:29:30 +0700
commit8dd78bb4fbb51227c3bf3547add972c175e83ba9 (patch)
treecde2aa2d215523d435671893f16d92d3a9e0eec7 /pkgs/development/beam-modules
parentb3616bd96400ce0252c241d76fcafb64389defc6 (diff)
treewide: fix double quoted strings in meta.description
Diffstat (limited to 'pkgs/development/beam-modules')
-rw-r--r--pkgs/development/beam-modules/pc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/beam-modules/pc/default.nix b/pkgs/development/beam-modules/pc/default.nix
index d30b0fbdbd28..fac3b2988354 100644
--- a/pkgs/development/beam-modules/pc/default.nix
+++ b/pkgs/development/beam-modules/pc/default.nix
@@ -6,7 +6,7 @@ buildHex {
sha256 = "0xq411ig5ny3iilkkkqa4vm3w3dgjc9cfzkqwk8pm13dw9mcm8h0";
meta = {
- description = ''a rebar3 port compiler for native code'';
+ description = "a rebar3 port compiler for native code";
license = stdenv.lib.licenses.mit;
homepage = "https://github.com/blt/port_compiler";
};