about summary refs log tree commit diff
path: root/pkgs/by-name/ec
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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/'
2024-05-03Move lucperkins packages into by-nameLuc Perkins1-0/+29
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-11-03ecc: 1.0.11 -> 1.0.12R. Ryantm1-3/+3
2023-10-08ecc: init at 1.0.11oluceps1-0/+124
Co-authored-by: doronbehar <doron.behar@gmail.com>
2023-09-15ecmtools: refactorAnderson Torres1-10/+20
2023-09-15ecmtools: migrate to by-nameAnderson Torres1-0/+29