maintainers: remove andsild (#301248)

* maintainers: remove myself (andsild)

* maintainers list: remove myself (andsild)

* maintainers: remove myself (andsild)
This commit is contained in:
Anders 2024-04-03 19:13:43 +02:00 committed by GitHub
parent 4dabe982b1
commit 2796277f0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 8 deletions

View file

@ -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;

View file

@ -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; [ ];
};
}

View file

@ -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;
};
}