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";
homepage = "https://comical.sourceforge.net/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ viric wegank ];
maintainers = with lib.maintainers; [ wegank ];
platforms = with lib.platforms; unix;
mainProgram = "comical";
};

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.cis.upenn.edu/~bcpierce/unison/";
description = "Bidirectional file synchronizer";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ viric nevivurn ];
maintainers = with maintainers; [ nevivurn ];
platforms = platforms.unix;
broken = stdenv.isDarwin && enableX11; # unison-gui and uimac are broken on darwin
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";
mainProgram = "coin-config";
license = licenses.bsd3;
maintainers = with maintainers; [ gebner viric ];
maintainers = with maintainers; [ gebner ];
platforms = platforms.linux ++ platforms.darwin;
};
})

View File

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

View File

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

View File

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

View File

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