maintainers: remove lrworth

no github account linked
This commit is contained in:
ajs124 2022-06-23 01:53:23 +02:00
parent fa32663f50
commit a111cc0c2c
2 changed files with 1 additions and 5 deletions

View file

@ -7511,10 +7511,6 @@
githubId = 1597330;
name = "Leonardo Romor";
};
lrworth = {
email = "luke@worth.id.au";
name = "Luke Worth";
};
lschuermann = {
email = "leon.git@is.currently.online";
matrix = "@leons:is.currently.online";

View file

@ -18,6 +18,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool to identify potentially unused code";
homepage = "https://unused.codes";
license = licenses.mit;
maintainers = [ maintainers.lrworth ];
maintainers = [ ];
};
}