lol

maintainers: remove andsild (#301248)

* maintainers: remove myself (andsild)

* maintainers list: remove myself (andsild)

* maintainers: remove myself (andsild)

authored by

Anders and committed by
GitHub
2796277f 4dabe982

+2 -8
-6
maintainers/maintainer-list.nix
··· 1237 1237 githubId = 29887; 1238 1238 name = "Andrew Smith"; 1239 1239 }; 1240 - andsild = { 1241 - email = "andsild@gmail.com"; 1242 - github = "andsild"; 1243 - githubId = 3808928; 1244 - name = "Anders Sildnes"; 1245 - }; 1246 1240 andys8 = { 1247 1241 github = "andys8"; 1248 1242 githubId = 13085980;
+1 -1
pkgs/development/python-modules/ansicolor/default.nix
··· 14 14 homepage = "https://github.com/numerodix/ansicolor/"; 15 15 description = "A library to produce ansi color output and colored highlighting and diffing"; 16 16 license = licenses.asl20; 17 - maintainers = with maintainers; [ andsild ]; 17 + maintainers = with maintainers; [ ]; 18 18 }; 19 19 }
+1 -1
pkgs/development/tools/vim-vint/default.nix
··· 28 28 homepage = "https://github.com/Kuniwak/vint"; 29 29 license = licenses.mit; 30 30 mainProgram = "vint"; 31 - maintainers = with maintainers; [ andsild ]; 31 + maintainers = with maintainers; [ ]; 32 32 platforms = platforms.all; 33 33 }; 34 34 }