Skip to content

Commit 9588bbd

Browse files
author
Matteo Pacini
committed
miru: with lib; cleanup
1 parent efc5f2f commit 9588bbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/mi/miru/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
let
77
pname = "miru";
88
version = "5.5.8";
9-
meta = with lib; {
9+
meta = {
1010
description = "Stream anime torrents, real-time with no waiting for downloads";
1111
homepage = "https://miru.watch";
12-
license = licenses.gpl3Plus;
13-
maintainers = with maintainers; [
12+
license = lib.licenses.gpl3Plus;
13+
maintainers = with lib.maintainers; [
1414
d4ilyrun
1515
matteopacini
1616
];
1717
mainProgram = "miru";
1818

19-
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
19+
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
2020
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
2121

2222
longDescription = ''

0 commit comments

Comments
 (0)