treewide: fix double quoted strings in meta.description
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''Lattice algorithms using floating-point arithmetic'';
|
||||
description = "Lattice algorithms using floating-point arithmetic";
|
||||
changelog = [
|
||||
# Some release notes are added to the github tags, though they are not
|
||||
# always complete.
|
||||
|
||||
Reference in New Issue
Block a user