Unverified Commit 2796277f authored by Anders's avatar Anders Committed by GitHub
Browse files

maintainers: remove andsild (#301248)

* maintainers: remove myself (andsild)

* maintainers list: remove myself (andsild)

* maintainers: remove myself (andsild)
parent 4dabe982
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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; [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}