From 0efb88dd82adbff1df43e45fd159019215389948 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sun, 28 Apr 2024 22:49:25 +0200 Subject: [PATCH 1/4] prometheus-tor-exporter: add Scrumplex as maintainer Signed-off-by: Sefa Eyeoglu --- pkgs/servers/monitoring/prometheus/tor-exporter.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/monitoring/prometheus/tor-exporter.nix b/pkgs/servers/monitoring/prometheus/tor-exporter.nix index caee06b735d0..c12e92c5ee56 100644 --- a/pkgs/servers/monitoring/prometheus/tor-exporter.nix +++ b/pkgs/servers/monitoring/prometheus/tor-exporter.nix @@ -34,7 +34,7 @@ python3Packages.buildPythonApplication rec { mainProgram = "prometheus-tor-exporter"; homepage = "https://github.com/atx/prometheus-tor_exporter"; license = licenses.mit; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ Scrumplex ]; platforms = platforms.unix; }; } From 73be5103dd772e4a87cf199ce7b2853d4f2367c3 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sun, 28 Apr 2024 22:55:31 +0200 Subject: [PATCH 2/4] wlr-protocols: add Scrumplex as maintainer Signed-off-by: Sefa Eyeoglu --- pkgs/development/libraries/wlroots/protocols.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/wlroots/protocols.nix b/pkgs/development/libraries/wlroots/protocols.nix index fa69879ae97e..c928da147e12 100644 --- a/pkgs/development/libraries/wlroots/protocols.nix +++ b/pkgs/development/libraries/wlroots/protocols.nix @@ -1,6 +1,6 @@ { lib, stdenv, fetchFromGitLab, wayland-scanner }: -stdenv.mkDerivation rec { +stdenv.mkDerivation { pname = "wlr-protocols"; version = "unstable-2022-09-05"; @@ -38,6 +38,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.freedesktop.org/wlroots/wlr-protocols"; license = licenses.mit; # See file headers platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ Scrumplex ]; }; } From 5ffda4c121efb1ee805f72bfe4923e26d4123c28 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sun, 28 Apr 2024 23:09:48 +0200 Subject: [PATCH 3/4] sops: add Scrumplex as maintainer Signed-off-by: Sefa Eyeoglu --- pkgs/tools/security/sops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/sops/default.nix b/pkgs/tools/security/sops/default.nix index 707d4b8c3131..fcca98818534 100644 --- a/pkgs/tools/security/sops/default.nix +++ b/pkgs/tools/security/sops/default.nix @@ -22,7 +22,7 @@ buildGoModule rec { description = "Simple and flexible tool for managing secrets"; changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst"; mainProgram = "sops"; - maintainers = [ ]; + maintainers = with maintainers; [ Scrumplex ]; license = licenses.mpl20; }; } From 27262b7d82301faa101b3c6e84c423438c75b9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 29 Apr 2024 09:58:53 +0200 Subject: [PATCH 4/4] sops: add myself as a maintainer Update pkgs/tools/security/sops/default.nix --- pkgs/tools/security/sops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/sops/default.nix b/pkgs/tools/security/sops/default.nix index fcca98818534..6ececc3613d3 100644 --- a/pkgs/tools/security/sops/default.nix +++ b/pkgs/tools/security/sops/default.nix @@ -22,7 +22,7 @@ buildGoModule rec { description = "Simple and flexible tool for managing secrets"; changelog = "https://github.com/getsops/sops/blob/v${version}/CHANGELOG.rst"; mainProgram = "sops"; - maintainers = with maintainers; [ Scrumplex ]; + maintainers = with maintainers; [ Scrumplex mic92 ]; license = licenses.mpl20; }; }