Unverified Commit 41da8f04 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

maintainers: drop myself (#449200)

parents 81877545 26c9934e
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -14158,14 +14158,6 @@
    keys = [ { fingerprint = "5A9A 1C9B 2369 8049 3B48  CF5B 81A1 5409 4816 2372"; } ];
  };
  l-as = {
    email = "las@protonmail.ch";
    matrix = "@Las:matrix.org";
    github = "L-as";
    githubId = 22075344;
    keys = [ { fingerprint = "A093 EA17 F450 D4D1 60A0  1194 AC45 8A7D 1087 D025"; } ];
    name = "Las Safin";
  };
  l0b0 = {
    email = "victor@engmark.name";
    github = "l0b0";
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ stdenv.mkDerivation {
    description = "(deprecated) Complete set of free CAD tools and portable libraries for VLSI design";
    homepage = "http://coriolis.lip6.fr/";
    license = with licenses; gpl2Plus;
    maintainers = with maintainers; [ l-as ];
    maintainers = [ ];
    platforms = with platforms; linux;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -57,6 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Soundcard firmwares from the alsa project";
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ l-as ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -60,6 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
      "alsa-topology"
    ];
    platforms = with lib.platforms; linux ++ freebsd;
    maintainers = with lib.maintainers; [ l-as ];
    maintainers = [ ];
  };
})
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ stdenv.mkDerivation (
      description = "Fork of Chez Scheme for Racket";
      homepage = "https://github.com/racket/ChezScheme";
      license = lib.licenses.asl20;
      maintainers = with lib.maintainers; [ l-as ];
      maintainers = [ ];
      platforms = lib.platforms.unix;
    };
  }
Loading