We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc5f2f commit 9588bbdCopy full SHA for 9588bbd
pkgs/by-name/mi/miru/package.nix
@@ -6,17 +6,17 @@
6
let
7
pname = "miru";
8
version = "5.5.8";
9
- meta = with lib; {
+ meta = {
10
description = "Stream anime torrents, real-time with no waiting for downloads";
11
homepage = "https://miru.watch";
12
- license = licenses.gpl3Plus;
13
- maintainers = with maintainers; [
+ license = lib.licenses.gpl3Plus;
+ maintainers = with lib.maintainers; [
14
d4ilyrun
15
matteopacini
16
];
17
mainProgram = "miru";
18
19
- platforms = [ "x86_64-linux" ] ++ platforms.darwin;
+ platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
20
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
21
22
longDescription = ''
0 commit comments