remove myself as maintainer for now as I switched to another distro

authored by

Benjamin Asbach and committed by
pennae
546f356d c8ba0464

+7 -7
+1 -1
nixos/tests/isso.nix
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "isso"; 3 meta = with pkgs.lib.maintainers; { 4 - maintainers = [ asbachb ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "isso"; 3 meta = with pkgs.lib.maintainers; { 4 + maintainers = [ ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
+1 -1
nixos/tests/soapui.nix
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "soapui"; 3 meta = with pkgs.lib.maintainers; { 4 - maintainers = [ asbachb ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "soapui"; 3 meta = with pkgs.lib.maintainers; { 4 + maintainers = [ ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
+1 -1
nixos/tests/tuxguitar.nix
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "tuxguitar"; 3 meta = with pkgs.lib.maintainers; { 4 - maintainers = [ asbachb ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
··· 1 import ./make-test-python.nix ({ pkgs, ... }: { 2 name = "tuxguitar"; 3 meta = with pkgs.lib.maintainers; { 4 + maintainers = [ ]; 5 }; 6 7 nodes.machine = { config, pkgs, ... }: {
+1 -1
pkgs/applications/editors/netbeans/default.nix
··· 68 binaryBytecode 69 binaryNativeCode 70 ]; 71 - maintainers = with lib.maintainers; [ sander rszibele asbachb ]; 72 platforms = lib.platforms.unix; 73 }; 74 }
··· 68 binaryBytecode 69 binaryNativeCode 70 ]; 71 + maintainers = with lib.maintainers; [ sander rszibele ]; 72 platforms = lib.platforms.unix; 73 }; 74 }
+1 -1
pkgs/applications/misc/swaynag-battery/default.nix
··· 16 meta = with lib; { 17 homepage = "https://github.com/m00qek/swaynag-battery"; 18 description = "Shows a message when your battery is discharging "; 19 - maintainers = with maintainers; [ asbachb ]; 20 license = licenses.mit; 21 }; 22 }
··· 16 meta = with lib; { 17 homepage = "https://github.com/m00qek/swaynag-battery"; 18 description = "Shows a message when your battery is discharging "; 19 + maintainers = with maintainers; [ ]; 20 license = licenses.mit; 21 }; 22 }
+1 -1
pkgs/development/compilers/openjdk/meta.nix
··· 2 homepage = "https://openjdk.java.net/"; 3 license = licenses.gpl2Only; 4 description = "The open-source Java Development Kit"; 5 - maintainers = with maintainers; [ edwtjo asbachb ]; 6 platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" ]; 7 mainProgram = "java"; 8 knownVulnerabilities = optionals (builtins.elem (versions.major version) [ "12" "13" "14" "15" "16" "18" ]) [
··· 2 homepage = "https://openjdk.java.net/"; 3 license = licenses.gpl2Only; 4 description = "The open-source Java Development Kit"; 5 + maintainers = with maintainers; [ edwtjo ]; 6 platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux" "powerpc64le-linux" ]; 7 mainProgram = "java"; 8 knownVulnerabilities = optionals (builtins.elem (versions.major version) [ "12" "13" "14" "15" "16" "18" ]) [
+1 -1
pkgs/os-specific/linux/ryzenadj/default.nix
··· 21 description = "Adjust power management settings for Ryzen Mobile Processors."; 22 homepage = "https://github.com/FlyGoat/RyzenAdj"; 23 license = licenses.lgpl3Only; 24 - maintainers = with maintainers; [ asbachb ]; 25 platforms = [ "x86_64-linux" ]; 26 }; 27 }
··· 21 description = "Adjust power management settings for Ryzen Mobile Processors."; 22 homepage = "https://github.com/FlyGoat/RyzenAdj"; 23 license = licenses.lgpl3Only; 24 + maintainers = with maintainers; [ ]; 25 platforms = [ "x86_64-linux" ]; 26 }; 27 }