Link: https://github.com/nix-community/stylix/pull/1820
Fixes: 1b5e1c5642 ("anki: init (#1801)")
Reviewed-by: awwpotato <awwpotato@voidq.com>
6 lines
122 B
Nix
6 lines
122 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Anki";
|
|
homepage = "https://apps.ankiweb.net";
|
|
maintainers = [ lib.maintainers.lomenzel ];
|
|
}
|