Skip to content

Commit

Permalink
Merge pull request #321760 from WolfangAukang/drop-me
Browse files Browse the repository at this point in the history
maintainers: remove wolfangaukang
  • Loading branch information
Aleksanaa authored Jun 22, 2024
2 parents 997b725 + 29d721b commit df12edd
Show file tree
Hide file tree
Showing 74 changed files with 71 additions and 80 deletions.
6 changes: 0 additions & 6 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21551,12 +21551,6 @@
githubId = 11740700;
name = "Andrei Pampu";
};
wolfangaukang = {
email = "[email protected]";
github = "WolfangAukang";
githubId = 8378365;
name = "P. R. d. O.";
};
wolfgangwalther = {
name = "Wolfgang Walther";
email = "[email protected]";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/security/sslmate-agent.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let
cfg = config.services.sslmate-agent;

in {
meta.maintainers = with maintainers; [ wolfangaukang ];
meta.maintainers = [ ];

options = {
services.sslmate-agent = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/audio/pocket-casts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildNpmPackage rec {
description = "Pocket Casts webapp, packaged for the Linux Desktop";
homepage = "https://github.com/felicianotech/pocket-casts-desktop-app";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "pocket-casts";
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/lifeograph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
homepage = "https://lifeograph.sourceforge.net/wiki/Main_Page";
description = "Lifeograph is an off-line and private journal and note taking application";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "lifeograph";
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/editors/thiefmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
mainProgram = "com.github.kmwallio.thiefmd";
license = licenses.gpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
4 changes: 2 additions & 2 deletions pkgs/applications/editors/vscode/extensions/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ let
description = "CloudFormation Linter IDE integration, autocompletion, and documentation";
homepage = "https://github.com/aws-cloudformation/cfn-lint-visual-studio-code";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
};
};

Expand Down Expand Up @@ -4731,7 +4731,7 @@ let
};
meta = {
license = lib.licenses.mit;
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/graphics/pixeluvo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "pixeluvo";
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/cobang/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ buildPythonApplication rec {
description = "QR code scanner desktop app for Linux";
homepage = "https://github.com/hongquan/CoBang";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "cobang";
platforms = [ "x86_64-linux" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/firefly-desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in appimageTools.wrapType2 {
description = "IOTA's New Wallet";
homepage = "https://firefly.iota.org";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "firefly-desktop";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/mobilecoin-wallet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in appimageTools.wrapType2 {
description = "User-friendly desktop wallet with support for transaction history, encrypted contact book, gift codes, and payments";
homepage = "https://github.com/mobilecoinofficial/desktop-wallet";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "mobilecoin-wallet";
platforms = [ "x86_64-linux" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/thedesk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
homepage = "https://thedesk.top";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "thedesk";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/misc/upwork/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ zakkor wolfangaukang ];
maintainers = with maintainers; [ zakkor ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/whalebird/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
homepage = "https://whalebird.social";
changelog = "https://github.com/h3poteto/whalebird-desktop/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang weathercold ];
maintainers = with maintainers; [ weathercold ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
homepage = "https://alfaview.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang hexchen ];
maintainers = with maintainers; [ hexchen ];
mainProgram = "alfaview";
platforms = [ "x86_64-linux" ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ buildNpmPackage rec {
homepage = "https://threema.ch";
license = licenses.agpl3Only;
mainProgram = "threema";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ appimageTools.wrapType2 rec {
changelog = "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-${version}";
license = licenses.gpl3Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "tutanota-desktop";
platforms = [ "x86_64-linux" ];
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ appimageTools.wrapType2 {
mainProgram = "raven-reader";
homepage = "https://ravenreader.app/";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/protonvpn-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Linux command-line client for ProtonVPN";
homepage = "https://github.com/protonvpn/linux-cli";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn-cli";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/networking/protonvpn-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ buildPythonApplication rec {
license = licenses.gpl3Plus;
platforms = platforms.linux;
mainProgram = "protonvpn-app";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/networking/protonvpn-gui/legacy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "Official ProtonVPN Linux app";
homepage = "https://github.com/ProtonVPN/linux-app";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
license = licenses.gpl3Plus;
mainProgram = "protonvpn";
platforms = platforms.linux;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/clockify/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ appimageTools.wrapType2 rec {
description = "Free time tracker and timesheet app that lets you track work hours across projects";
homepage = "https://clockify.me";
license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
mainProgram = "clockify";
platforms = [ "x86_64-linux" ];
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/office/morgen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
mainProgram = "morgen";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = with maintainers; [ justanotherariel wolfangaukang ];
maintainers = with maintainers; [ justanotherariel ];
platforms = [ "x86_64-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/se/serverless/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ buildNpmPackage rec {
homepage = "https://serverless.com";
license = lib.licenses.mit;
mainProgram = "serverless";
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/we/weasis/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
# Using changelog from releases as it is more accurate
changelog = "https://github.com/nroduit/Weasis/releases/tag/v${version}";
license = with lib.licenses; [ asl20 epl20 ];
maintainers = [ lib.maintainers.wolfangaukang ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "Weasis";
};
Expand Down
1 change: 0 additions & 1 deletion pkgs/development/libraries/imgui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit; # vcpkg licensed as MIT too
maintainers = with lib.maintainers; [
SomeoneSerge
wolfangaukang
];
platforms = lib.platforms.all;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/arnparse/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ buildPythonPackage rec {
description = "Parse ARNs using Python";
homepage = "https://github.com/PokaInc/arnparse";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/certomancer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ buildPythonPackage rec {
mainProgram = "certomancer";
homepage = "https://github.com/MatthiasValvekens/certomancer";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ buildPythonPackage rec {
description = "Module that implements ChaCha20Poly1305";
homepage = "https://github.com/ph4r05/py-chacha20poly1305";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ buildPythonPackage rec {
homepage = "https://deep-translator.readthedocs.io";
changelog = "https://github.com/nidhaloff/deep-translator/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/fleep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ buildPythonPackage rec {
description = "File format determination library";
homepage = "https://github.com/floyernick/fleep-py";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gaphas/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gaphor/gaphas";
changelog = "https://github.com/gaphor/gaphas/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/generic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildPythonPackage rec {

meta = with lib; {
description = "Generic programming (Multiple dispatch) library for Python";
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
homepage = "https://github.com/gaphor/generic";
changelog = "https://github.com/gaphor/generic/releases/tag/${version}";
license = licenses.bsd3;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/ilua/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ buildPythonPackage rec {
mainProgram = "ilua";
homepage = "https://github.com/guysv/ilua";
license = licenses.gpl2Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/keyboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildPythonPackage rec {
description = "Hook and simulate keyboard events on Windows and Linux";
homepage = "https://github.com/boppreh/keyboard";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/kiss-headers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ buildPythonPackage rec {
description = "Python package for HTTP/1.1 style headers";
homepage = "https://github.com/Ousret/kiss-headers";
license = licenses.mit;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/proton-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ buildPythonPackage rec {
description = "Python Proton client module";
homepage = "https://github.com/ProtonMail/proton-python-client";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/proton-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ buildPythonPackage rec {
description = "Core logic used by the other Proton components";
homepage = "https://github.com/ProtonVPN/python-proton-core";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "ProtonVPN component to access Linux's keyring secret service API";
homepage = "https://github.com/ProtonVPN/python-proton-keyring-linux-secretservice";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "ProtonVPN core component to access Linux's keyring";
homepage = "https://github.com/ProtonVPN/python-proton-keyring-linux";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ buildPythonPackage rec {
description = "Acts as a facade to the other Proton VPN components, exposing a uniform API to the available Proton VPN services";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-api-core";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ buildPythonPackage rec {
description = "Defines the interface that VPN connection backends should implement";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-connection";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ buildPythonPackage rec {
description = "Implementation of the proton-vpn-killswitch interface using Network Manager";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ buildPythonPackage rec {
description = "Defines the ProtonVPN kill switch interface";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-killswitch";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ buildPythonPackage rec {
description = "General purpose logging package for the entire ProtonVPN Linux client";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-logger";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ buildPythonPackage rec {
description = "Adds support for the OpenVPN protocol using NetworkManager";
homepage = "https://github.com/ProtonVPN/python-proton-vpn-network-manager-openvpn";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
maintainers = [ ];
};
}
Loading

0 comments on commit df12edd

Please sign in to comment.