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:
parent
1b5e1c5642
commit
665a4ede4d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
name = "anki";
|
||||
name = "Anki";
|
||||
homepage = "https://apps.ankiweb.net";
|
||||
maintainers = [ lib.maintainers.lomenzel ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue