treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
|
||||
cargoSha256 = "109ij5h31bhn44l0wywgpnnlfjgyairxr5l19s6bz47sbka0xyxk";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Create asciinema videos from a text file.";
|
||||
description = "Create asciinema videos from a text file";
|
||||
homepage = "https://github.com/garbas/asciinema-scenario/";
|
||||
maintainers = with maintainers; [ garbas ];
|
||||
license = with licenses; [ mit ];
|
||||
|
||||
Reference in New Issue
Block a user