mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
add meta field for mihon
This commit is contained in:
parent
ef6f479498
commit
b9a858999f
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
|
@ -68,4 +69,10 @@ pkgs.stdenv.mkDerivation rec {
|
|||
installPhase = ''
|
||||
cp app/build/outputs/apk/release/app-universal-release-unsigned.apk $out
|
||||
'';
|
||||
meta = {
|
||||
description = "An open source flashcard app for spaced repetition learning";
|
||||
homepage = "https://mihon.app";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ osbm ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue