chore: Remove articles from package descriptions

Also removed the "since 2017" from osu-backgrounds since I plan to add
more later.
This commit is contained in:
Donovan Glover 2024-08-25 13:46:25 -04:00
parent dd5eef5b77
commit c077b5a551
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ buildNpmPackage rec {
npmDepsHash = "sha256-F5kJJ5oA69xmv9VXVpegjcLHEnRtzGL3DV2kAghfDqY=";
meta = {
description = "A list of all the public package names on npm";
description = "List of all the public package names on npm";
homepage = "https://github.com/nice-registry/all-the-package-names";
license = lib.licenses.mit;
mainProgram = "all-the-package-names";

View File

@ -223,7 +223,7 @@ stdenvNoCC.mkDerivation {
'';
meta = {
description = "A collection of osu! fanart entries since 2017";
description = "Collection of osu! fanart entries";
homepage = "https://osu.ppy.sh/home/news";
maintainers = with lib.maintainers; [ donovanglover ];
platforms = lib.platforms.all;