mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
dd5eef5b77
commit
c077b5a551
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user