anki/meta: fix name capitalization (#1820)

Link: https://github.com/nix-community/stylix/pull/1820
Fixes: 1b5e1c5642 ("anki: init (#1801)")

Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
NAHO 2025-08-04 21:05:03 +02:00 committed by GitHub
parent 1b5e1c5642
commit 665a4ede4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "anki";
name = "Anki";
homepage = "https://apps.ankiweb.net";
maintainers = [ lib.maintainers.lomenzel ];
}