Skip to content

Commit d606025

Browse files
committed
treewide: remove astsmtl as maintainer
Inactive for a few years.
1 parent 0385a34 commit d606025

File tree

28 files changed

+0
-28
lines changed

28 files changed

+0
-28
lines changed

pkgs/applications/audio/guitarix/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: {
133133
homepage = "https://github.com/brummer10/guitarix";
134134
license = licenses.gpl3Plus;
135135
maintainers = with maintainers; [
136-
astsmtl
137136
lord-valen
138137
];
139138
platforms = platforms.linux;

pkgs/applications/misc/goldendict/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
110110
platforms = with platforms; linux ++ darwin;
111111
mainProgram = "goldendict";
112112
maintainers = with maintainers; [
113-
astsmtl
114113
sikmir
115114
];
116115
license = licenses.gpl3Plus;

pkgs/applications/networking/p2p/transmission/4.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ stdenv.mkDerivation (finalAttrs: {
228228
gpl2Plus
229229
mit
230230
];
231-
maintainers = with maintainers; [ astsmtl ];
232231
platforms = platforms.unix;
233232
};
234233
})

pkgs/by-name/al/alienarena/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ stdenv.mkDerivation rec {
6060
homepage = "https://alienarena.org";
6161
# Engine is under GPLv2, everything else is under
6262
license = lib.licenses.unfreeRedistributable;
63-
maintainers = with lib.maintainers; [ astsmtl ];
6463
platforms = lib.platforms.linux;
6564
hydraPlatforms = [ ];
6665
};

pkgs/by-name/ap/apg/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ stdenv.mkDerivation {
6767
'';
6868
homepage = "https://github.com/wilx/apg";
6969
license = lib.licenses.bsd3;
70-
maintainers = with lib.maintainers; [ astsmtl ];
7170
platforms = lib.platforms.unix;
7271
};
7372
}

pkgs/by-name/ca/caps/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
2828
'';
2929
homepage = "http://www.quitte.de/dsp/caps.html";
3030
license = lib.licenses.gpl3;
31-
maintainers = [ lib.maintainers.astsmtl ];
3231
platforms = lib.platforms.linux;
3332
};
3433
}

pkgs/by-name/li/libcue/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
3535
'';
3636
homepage = "https://github.com/lipnitsk/libcue";
3737
license = licenses.gpl2Only;
38-
maintainers = with maintainers; [ astsmtl ];
3938
platforms = platforms.unix;
4039
};
4140
}

pkgs/by-name/li/libmikmod/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
4343
homepage = "https://mikmod.shlomifish.org/";
4444
license = licenses.lgpl2Plus;
4545
maintainers = with maintainers; [
46-
astsmtl
4746
lovek323
4847
];
4948
platforms = platforms.unix;

pkgs/by-name/m1/m17n_db/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
3636
}";
3737
license = lib.licenses.lgpl21Plus;
3838
platforms = lib.platforms.linux;
39-
maintainers = with lib.maintainers; [ astsmtl ];
4039
};
4140
}

pkgs/by-name/ma/mars/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ stdenv.mkDerivation {
5252
homepage = "https://mars-game.sourceforge.net/";
5353
description = "Game about fighting with ships in a 2D space setting";
5454
license = lib.licenses.gpl3Plus;
55-
maintainers = [ lib.maintainers.astsmtl ];
5655
platforms = lib.platforms.linux;
5756
mainProgram = "mars";
5857
};

0 commit comments

Comments
 (0)