mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
lls: add self as maintainer
This commit is contained in:
parent
fd25515bb8
commit
210efe767d
@ -19,7 +19,10 @@ rustPlatform.buildRustPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Tool to list listening sockets";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.k900 ];
|
||||
maintainers = [
|
||||
maintainers.k900
|
||||
maintainers.jcaesar
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
homepage = "https://github.com/jcaesar/lls";
|
||||
mainProgram = "lls";
|
||||
|
Loading…
Reference in New Issue
Block a user