Unverified Commit b5fff5ac authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

treewide: remove astsmtl as maintainer (#417063)

parents cbe24b9c 8288977b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -2346,12 +2346,6 @@
    githubId = 119769817;
    name = "goatastronaut0212";
  };
  astsmtl = {
    email = "astsmtl@yandex.ru";
    github = "astsmtl";
    githubId = 2093941;
    name = "Alexander Tsamutali";
  };
  asymmetric = {
    email = "lorenzo@mailbox.org";
    github = "asymmetric";
+0 −1
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://github.com/brummer10/guitarix";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [
      astsmtl
      lord-valen
    ];
    platforms = platforms.linux;
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
    platforms = with platforms; linux ++ darwin;
    mainProgram = "goldendict";
    maintainers = with maintainers; [
      astsmtl
      sikmir
    ];
    license = licenses.gpl3Plus;
+0 −1
Original line number Diff line number Diff line
@@ -228,7 +228,6 @@ stdenv.mkDerivation (finalAttrs: {
      gpl2Plus
      mit
    ];
    maintainers = with maintainers; [ astsmtl ];
    platforms = platforms.unix;
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
    homepage = "https://alienarena.org";
    # Engine is under GPLv2, everything else is under
    license = lib.licenses.unfreeRedistributable;
    maintainers = with lib.maintainers; [ astsmtl ];
    platforms = lib.platforms.linux;
    hydraPlatforms = [ ];
  };
Loading