treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
This commit is contained in:
@@ -46,7 +46,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A command line tool for working with Microsoft SQL Server, Azure SQL Database, and Azure Synapse";
|
||||
description = "Command line tool for working with Microsoft SQL Server, Azure SQL Database, and Azure Synapse";
|
||||
mainProgram = "sqlcmd";
|
||||
homepage = "https://github.com/microsoft/go-sqlcmd";
|
||||
changelog = "https://github.com/microsoft/go-sqlcmd/releases/tag/v${version}";
|
||||
|
||||
Reference in New Issue
Block a user