treewide: remove viric from meta.maintainers [no orphans]

Since theey is not active from at least six years.
This commit is contained in:
Anderson Torres 2024-07-26 14:58:06 -03:00
parent 3be917a191
commit c9deae12d7
15 changed files with 15 additions and 15 deletions

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
description = "Viewer of CBR and CBZ files, often used to store scanned comics"; description = "Viewer of CBR and CBZ files, often used to store scanned comics";
homepage = "https://comical.sourceforge.net/"; homepage = "https://comical.sourceforge.net/";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ viric wegank ]; maintainers = with lib.maintainers; [ wegank ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
mainProgram = "comical"; mainProgram = "comical";
}; };

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
# released under a variant of the MIT license # released under a variant of the MIT license
# https://spdx.org/licenses/MIT-feh.html # https://spdx.org/licenses/MIT-feh.html
license = licenses.mit-feh; license = licenses.mit-feh;
maintainers = with maintainers; [ gepbird globin viric willibutz ]; maintainers = with maintainers; [ gepbird globin willibutz ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "feh"; mainProgram = "feh";
}; };

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
description = "OCR engine"; description = "OCR engine";
homepage = "https://github.com/tesseract-ocr/tesseract"; homepage = "https://github.com/tesseract-ocr/tesseract";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ viric erikarvstedt ]; maintainers = with lib.maintainers; [ erikarvstedt ];
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
mainProgram = "tesseract"; mainProgram = "tesseract";
}; };

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
description = "OCR engine"; description = "OCR engine";
homepage = "https://github.com/tesseract-ocr/tesseract"; homepage = "https://github.com/tesseract-ocr/tesseract";
license = lib.licenses.asl20; license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ viric erikarvstedt ]; maintainers = with lib.maintainers; [ erikarvstedt ];
platforms = with lib.platforms; linux ++ darwin; platforms = with lib.platforms; linux ++ darwin;
mainProgram = "tesseract"; mainProgram = "tesseract";
}; };

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
''; '';
homepage = "https://www.fossil-scm.org/"; homepage = "https://www.fossil-scm.org/";
license = licenses.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ maggesi viric ]; maintainers = with maintainers; [ maggesi ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "fossil"; mainProgram = "fossil";
}; };

View File

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
tags. tags.
''; '';
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ viric neonfuz ]; maintainers = with maintainers; [ neonfuz ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "dwm"; mainProgram = "dwm";
}; };

View File

@ -191,7 +191,7 @@ stdenv.mkDerivation (finalAttrs: {
right at home with FreeCAD. right at home with FreeCAD.
''; '';
license = lib.licenses.lgpl2Plus; license = lib.licenses.lgpl2Plus;
maintainers = with lib.maintainers; [ viric gebner AndersonTorres ]; maintainers = with lib.maintainers; [ gebner AndersonTorres ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://mb.srb2.org/threads/srb2kart.25868/"; homepage = "https://mb.srb2.org/threads/srb2kart.25868/";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ viric donovanglover ]; maintainers = with maintainers; [ donovanglover ];
mainProgram = "srb2kart"; mainProgram = "srb2kart";
}; };
}) })

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation (finalAttrs: {
license = lib.licenses.lgpl21Plus; license = lib.licenses.lgpl21Plus;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
xvapx xvapx
viric
mkg20001 mkg20001
]; ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.cis.upenn.edu/~bcpierce/unison/"; homepage = "https://www.cis.upenn.edu/~bcpierce/unison/";
description = "Bidirectional file synchronizer"; description = "Bidirectional file synchronizer";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ viric nevivurn ]; maintainers = with maintainers; [ nevivurn ];
platforms = platforms.unix; platforms = platforms.unix;
broken = stdenv.isDarwin && enableX11; # unison-gui and uimac are broken on darwin broken = stdenv.isDarwin && enableX11; # unison-gui and uimac are broken on darwin
mainProgram = if enableX11 then "unison-gui" else "unison"; mainProgram = if enableX11 then "unison-gui" else "unison";

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "High-level, retained-mode toolkit for effective 3D graphics development"; description = "High-level, retained-mode toolkit for effective 3D graphics development";
mainProgram = "coin-config"; mainProgram = "coin-config";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ gebner viric ]; maintainers = with maintainers; [ gebner ];
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
}) })

View File

@ -86,7 +86,7 @@ stdenv.mkDerivation (finalAttrs: {
"CVE-2023-47995" "CVE-2023-47995"
"CVE-2023-47996" "CVE-2023-47996"
]; ];
maintainers = with lib.maintainers; [viric l-as]; maintainers = with lib.maintainers; [ l-as ];
platforms = with lib.platforms; unix; platforms = with lib.platforms; unix;
}; };
}) })

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/coin3d/soqt"; homepage = "https://github.com/coin3d/soqt";
license = licenses.bsd3; license = licenses.bsd3;
description = "Glue between Coin high-level 3D visualization library and Qt"; description = "Glue between Coin high-level 3D visualization library and Qt";
maintainers = with maintainers; [ gebner viric ]; maintainers = with maintainers; [ gebner ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://git.sr.ht/~cnx/blackshades/refs/${finalAttrs.version}"; changelog = "https://git.sr.ht/~cnx/blackshades/refs/${finalAttrs.version}";
mainProgram = "blackshades"; mainProgram = "blackshades";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ McSinyx viric ]; maintainers = with lib.maintainers; [ McSinyx ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
}) })

View File

@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
downloadPage = "https://openvpn.net/community-downloads/"; downloadPage = "https://openvpn.net/community-downloads/";
homepage = "https://openvpn.net/"; homepage = "https://openvpn.net/";
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ viric peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "openvpn"; mainProgram = "openvpn";
}; };