mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
miru: with lib; cleanup
This commit is contained in:
parent
efc5f2f17b
commit
9588bbde8a
@ -6,17 +6,17 @@
|
||||
let
|
||||
pname = "miru";
|
||||
version = "5.5.8";
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Stream anime torrents, real-time with no waiting for downloads";
|
||||
homepage = "https://miru.watch";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
d4ilyrun
|
||||
matteopacini
|
||||
];
|
||||
mainProgram = "miru";
|
||||
|
||||
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
|
||||
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user