Merge pull request #245090 from figsoda/maintain

This commit is contained in:
figsoda 2023-07-23 18:00:06 -04:00 committed by GitHub
commit 444767b7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec {
description = "Graphical tool to visualize binary data";
homepage = "https://github.com/sharkdp/binocle";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec {
description = "Analyzes strace output";
homepage = "https://github.com/wookietreiber/strace-analyzer";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "Terminal disk space navigator";
homepage = "https://github.com/imsnif/diskonaut";
license = licenses.mit;
maintainers = with maintainers; [ evanjs ];
maintainers = with maintainers; [ evanjs figsoda ];
};
}

View File

@ -25,6 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/muesli/duf/";
description = "Disk Usage/Free Utility";
license = licenses.mit;
maintainers = with maintainers; [ penguwin ];
maintainers = with maintainers; [ figsoda penguwin ];
};
}

View File

@ -25,6 +25,6 @@ buildGoModule rec {
description = "MarkDown Renderer for the terminal";
homepage = "https://github.com/MichaelMure/mdr";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/imsnif/bandwhich";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ];
maintainers = with maintainers; [ Br1ght0ne figsoda ];
platforms = platforms.unix;
};
}

View File

@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
description = "More powerful alternative to sysctl(8) with a terminal user interface";
homepage = "https://github.com/orhun/systeroid";
license = licenses.asl20;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ figsoda ];
};
}