mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +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=";
|
npmDepsHash = "sha256-F5kJJ5oA69xmv9VXVpegjcLHEnRtzGL3DV2kAghfDqY=";
|
||||||
|
|
||||||
meta = {
|
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";
|
homepage = "https://github.com/nice-registry/all-the-package-names";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "all-the-package-names";
|
mainProgram = "all-the-package-names";
|
||||||
|
@ -223,7 +223,7 @@ stdenvNoCC.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A collection of osu! fanart entries since 2017";
|
description = "Collection of osu! fanart entries";
|
||||||
homepage = "https://osu.ppy.sh/home/news";
|
homepage = "https://osu.ppy.sh/home/news";
|
||||||
maintainers = with lib.maintainers; [ donovanglover ];
|
maintainers = with lib.maintainers; [ donovanglover ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
|
Loading…
Reference in New Issue
Block a user