maintainers: remove alois31 (#485714)
This commit is contained in:
@@ -1403,14 +1403,6 @@
|
||||
githubId = 60479013;
|
||||
name = "Alma Cemerlic";
|
||||
};
|
||||
alois31 = {
|
||||
name = "Alois Wohlschlager";
|
||||
email = "alois1@gmx-topmail.de";
|
||||
matrix = "@aloisw:kde.org";
|
||||
github = "alois31";
|
||||
githubId = 36605164;
|
||||
keys = [ { fingerprint = "CA97 A822 FF24 25D4 74AF 3E4B E0F5 9EA5 E521 6914"; } ];
|
||||
};
|
||||
Alper-Celik = {
|
||||
email = "alper@alper-celik.dev";
|
||||
name = "Alper Çelik";
|
||||
|
||||
@@ -2,7 +2,7 @@ import ../make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
name = "replace-dependencies";
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ alois31 ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
nodes.machine =
|
||||
{ ... }:
|
||||
|
||||
@@ -315,7 +315,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Cross-platform media player and streaming server";
|
||||
homepage = "https://www.videolan.org/vlc/";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
maintainers = with lib.maintainers; [ alois31 ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "vlc";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user