forked from mirrors/nixpkgs
maintainers: remove lrworth
no github account linked
This commit is contained in:
parent
fa32663f50
commit
a111cc0c2c
|
@ -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";
|
||||
|
|
|
@ -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 = [ ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue