maintainers: remove andsild (#301248)
* maintainers: remove myself (andsild) * maintainers list: remove myself (andsild) * maintainers: remove myself (andsild)
This commit is contained in:
parent
4dabe982b1
commit
2796277f0a
3 changed files with 2 additions and 8 deletions
|
@ -1237,12 +1237,6 @@
|
|||
githubId = 29887;
|
||||
name = "Andrew Smith";
|
||||
};
|
||||
andsild = {
|
||||
email = "andsild@gmail.com";
|
||||
github = "andsild";
|
||||
githubId = 3808928;
|
||||
name = "Anders Sildnes";
|
||||
};
|
||||
andys8 = {
|
||||
github = "andys8";
|
||||
githubId = 13085980;
|
||||
|
|
|
@ -14,6 +14,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/numerodix/ansicolor/";
|
||||
description = "A library to produce ansi color output and colored highlighting and diffing";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ andsild ];
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ buildPythonApplication rec {
|
|||
homepage = "https://github.com/Kuniwak/vint";
|
||||
license = licenses.mit;
|
||||
mainProgram = "vint";
|
||||
maintainers = with maintainers; [ andsild ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue