Unverified Commit 1e3c3b2a authored by Alois Wohlschlager's avatar Alois Wohlschlager
Browse files

maintainers: remove alois31

It is becoming increasingly clear that improvements to Nixpkgs will benefit
disproportionately the weapons industry. Consequently, my semi-regular
involvement in its development will come to an end (at least for now, but given
how long the situation has been ongoing, realistically this is going to be more
a resignation than an indefinite strike). Let me end with some dedications:

* To everyone who has already left because they realised the issue years ago.
  You were right, and I failed you by not listening. If we ever cross paths
  again, I hope we will be able to work with each other rather than against
  like this time, because (only) together we are strong.
* To everyone working in the weapons industry. May God bless you with the
  ability to put your skills to better use elsewhere. What is needed is more
  welfare, less warfare.
* To everyone who has worked on, is working on, and will work on the free and
  open-source software. Both for sharing something useful, and for offering
  learning opportunities by working together. Great things can be achieved when
  one works for all, and all work for one.
* To everyone who has been harmed, directly or indirectly, by the development
  of Nixpkgs, including but not limited to by my own involvement. Striving to
  not repeat this is imperative, but no excuse.
parent bfc1b8a4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -550,8 +550,7 @@
    "members": {
      "9999years": 15312184,
      "Qyriad": 1542224,
      "RaitoBezarius": 314564,
      "alois31": 36605164
      "RaitoBezarius": 314564
    },
    "name": "Lix maintainers"
  },
+0 −8
Original line number Diff line number Diff line
@@ -1398,14 +1398,6 @@
    githubId = 60479013;
    name = "Alma Cemerlic";
  };
  alois31 = {
    name = "Alois Wohlschlager";
    email = "alois1@gmx-topmail.de";
    matrix = "@aloisw:kde.org";
    github = "alois31";
    githubId = 36605164;
    keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF  3E4B E0F5 9EA5 E521 6914"; } ];
  };
  Alper-Celik = {
    email = "alper@alper-celik.dev";
    name = "Alper Çelik";
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ import ../make-test-python.nix (
  { pkgs, ... }:
  {
    name = "replace-dependencies";
    meta.maintainers = with pkgs.lib.maintainers; [ alois31 ];
    meta.maintainers = [ ];

    nodes.machine =
      { ... }:
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Cross-platform media player and streaming server";
    homepage = "https://www.videolan.org/vlc/";
    license = lib.licenses.lgpl21Plus;
    maintainers = with lib.maintainers; [ alois31 ];
    maintainers = [ ];
    platforms = lib.platforms.linux;
    mainProgram = "vlc";
  };