treewide: remove astsmtl as maintainer
Inactive for a few years.
This commit is contained in:
parent
0385a3454b
commit
d606025d4b
@ -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;
|
||||
|
@ -110,7 +110,6 @@ stdenv.mkDerivation rec {
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
mainProgram = "goldendict";
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
sikmir
|
||||
];
|
||||
license = licenses.gpl3Plus;
|
||||
|
@ -228,7 +228,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gpl2Plus
|
||||
mit
|
||||
];
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
})
|
||||
|
@ -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 = [ ];
|
||||
};
|
||||
|
@ -67,7 +67,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = "https://github.com/wilx/apg";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ astsmtl ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "http://www.quitte.de/dsp/caps.html";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = [ lib.maintainers.astsmtl ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -35,7 +35,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/lipnitsk/libcue";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
@ -43,7 +43,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://mikmod.shlomifish.org/";
|
||||
license = licenses.lgpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
lovek323
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
|
||||
}";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ astsmtl ];
|
||||
};
|
||||
}
|
||||
|
@ -52,7 +52,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://mars-game.sourceforge.net/";
|
||||
description = "Game about fighting with ships in a 2D space setting";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
maintainers = [ lib.maintainers.astsmtl ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "mars";
|
||||
};
|
||||
|
@ -49,7 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://quesoglc.sourceforge.net/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ astsmtl ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
@ -48,6 +48,5 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
};
|
||||
}
|
||||
|
@ -68,7 +68,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [
|
||||
astsmtl
|
||||
codyopel
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -67,7 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
It is written in C++, and has bindings for various languages such as C, .Net, Ruby, Python.
|
||||
'';
|
||||
license = lib.licenses.zlib;
|
||||
maintainers = [ lib.maintainers.astsmtl ];
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [
|
||||
# error: implicit instantiation of undefined template 'std::char_traits<unsigned int>'
|
||||
|
@ -142,7 +142,6 @@ stdenv.mkDerivation rec {
|
||||
# zlib src/engine/external/zlib/
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
astsmtl
|
||||
Luflosi
|
||||
];
|
||||
platforms = lib.platforms.unix;
|
||||
|
@ -56,6 +56,5 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://terminus-font.sourceforge.net/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
};
|
||||
}
|
||||
|
@ -170,7 +170,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "http://www.transmissionbt.com/";
|
||||
license = lib.licenses.gpl2Plus; # parts are under MIT
|
||||
maintainers = with lib.maintainers; [ astsmtl ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
|
@ -116,7 +116,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
mainProgram = "urbanterror";
|
||||
maintainers = with lib.maintainers; [
|
||||
astsmtl
|
||||
drupol
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -164,7 +164,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
antono
|
||||
];
|
||||
teams = [ teams.gnome ];
|
||||
|
@ -141,7 +141,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
homepage = "https://wz2100.net";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
fgaz
|
||||
];
|
||||
platforms = platforms.all;
|
||||
|
@ -130,7 +130,6 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
homepage = "http://oilrush-game.com/";
|
||||
license = lib.licenses.unfree;
|
||||
#maintainers = with lib.maintainers; [ astsmtl ];
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = [ ];
|
||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||
|
@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://www.warsow.net";
|
||||
license = licenses.unfreeRedistributable;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
abbradar
|
||||
];
|
||||
platforms = warsow-engine.meta.platforms;
|
||||
|
@ -87,7 +87,6 @@ stdenv.mkDerivation {
|
||||
homepage = "http://www.warsow.net";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
abbradar
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
|
@ -64,7 +64,6 @@ let
|
||||
homepage = "https://www.xonotic.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [
|
||||
astsmtl
|
||||
zalakain
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
|
@ -55,7 +55,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
qusic
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
|
@ -277,7 +277,6 @@ let
|
||||
homepage = "https://www.musicpd.org/";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [
|
||||
astsmtl
|
||||
tobim
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
|
@ -32,6 +32,5 @@ stdenv.mkDerivation rec {
|
||||
description = "Multilingual text processing library (runtime)";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ astsmtl ];
|
||||
};
|
||||
}
|
||||
|
@ -53,7 +53,6 @@ mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://github.com/panzi/qjoypad/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ astsmtl ];
|
||||
platforms = with platforms; linux;
|
||||
mainProgram = "qjoypad";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user