mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
use lib in smouldering_durtles
This commit is contained in:
parent
b9a858999f
commit
1a5e9c7b90
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
inputs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
|
@ -47,7 +48,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Wanikani Android Client - japanese kanji learning platform";
|
description = "Wanikani Android Client - japanese kanji learning platform";
|
||||||
homepage = "https://github.com/jerryhcooke/smouldering_durtles";
|
homepage = "https://github.com/jerryhcooke/smouldering_durtles";
|
||||||
license = pkgs.lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with pkgs.lib.maintainers; [ osbm ];
|
maintainers = with lib.maintainers; [ osbm ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue