Merge pull request #89784 from zowoq/add-maintainer

various packages: add myself as maintainer
This commit is contained in:
Mario Rodas 2020-06-10 05:45:57 -05:00 committed by GitHub
commit fb9ca6431c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 10 deletions

View File

@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
description = "A cat(1) clone with syntax highlighting and Git integration"; description = "A cat(1) clone with syntax highlighting and Git integration";
homepage = "https://github.com/sharkdp/bat"; homepage = "https://github.com/sharkdp/bat";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir lilyball ]; maintainers = with maintainers; [ dywedir lilyball zowoq ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -57,6 +57,6 @@ buildRustPackage rec {
''; '';
homepage = "https://the.exa.website"; homepage = "https://the.exa.website";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ehegnes lilyball globin ]; maintainers = with maintainers; [ ehegnes lilyball globin zowoq ];
}; };
} }

View File

@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
''; '';
homepage = "https://github.com/sharkdp/fd"; homepage = "https://github.com/sharkdp/fd";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir globin ma27 ]; maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -60,7 +60,7 @@ buildGoModule rec {
homepage = "https://github.com/junegunn/fzf"; homepage = "https://github.com/junegunn/fzf";
description = "A command-line fuzzy finder written in Go"; description = "A command-line fuzzy finder written in Go";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ma27 ]; maintainers = with maintainers; [ filalex77 ma27 zowoq ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
description = "For when you really just want to serve some files over HTTP right now!"; description = "For when you really just want to serve some files over HTTP right now!";
homepage = "https://github.com/svenstaro/miniserve"; homepage = "https://github.com/svenstaro/miniserve";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ nequissimus ]; maintainers = with maintainers; [ nequissimus zowoq ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = "https://dev.yorhel.nl/ncdu"; homepage = "https://dev.yorhel.nl/ncdu";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all; platforms = platforms.all;
maintainers = with maintainers; [ pSub ]; maintainers = with maintainers; [ pSub zowoq ];
}; };
} }

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Command line client for Mega.co.nz"; description = "Command line client for Mega.co.nz";
homepage = "https://megatools.megous.com/"; homepage = "https://megatools.megous.com/";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = [ maintainers.viric maintainers.AndersonTorres ]; maintainers = with maintainers; [ viric AndersonTorres zowoq ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec {
description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep"; description = "A utility that combines the usability of The Silver Searcher with the raw speed of grep";
homepage = "https://github.com/BurntSushi/ripgrep"; homepage = "https://github.com/BurntSushi/ripgrep";
license = with licenses; [ unlicense /* or */ mit ]; license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ tailhook globin ma27 ]; maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
platforms = platforms.all; platforms = platforms.all;
}; };
} }

View File

@ -24,5 +24,6 @@ buildGoModule rec {
You can feed it standard input, any number of files or any number of directories to recurse into. You can feed it standard input, any number of files or any number of directories to recurse into.
''; '';
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ zowoq ];
}; };
} }