From 292ac3a93084c99ad59bc1bacfed66498df3ec53 Mon Sep 17 00:00:00 2001 From: awwpotato <153149335+awwpotato@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:49:09 -0700 Subject: [PATCH] treewide: add awwpotato as maintainer (#1021) --- flake.lock | 6 +++--- modules/fnott/meta.nix | 3 ++- modules/mpv/meta.nix | 5 ++++- modules/ncspot/meta.nix | 3 ++- modules/waybar/meta.nix | 3 ++- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index fdf07aba..2b834abc 100644 --- a/flake.lock +++ b/flake.lock @@ -239,11 +239,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1741513245, - "narHash": "sha256-7rTAMNTY1xoBwz0h7ZMtEcd8LELk9R5TzBPoHuhNSCk=", + "lastModified": 1742288794, + "narHash": "sha256-Txwa5uO+qpQXrNG4eumPSD+hHzzYi/CdaM80M9XRLCo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e3e32b642a31e6714ec1b712de8c91a3352ce7e1", + "rev": "b6eaf97c6960d97350c584de1b6dcff03c9daf42", "type": "github" }, "original": { diff --git a/modules/fnott/meta.nix b/modules/fnott/meta.nix index 51e10e61..02308ba7 100644 --- a/modules/fnott/meta.nix +++ b/modules/fnott/meta.nix @@ -1,3 +1,4 @@ +{ lib, ... }: { - maintainers = [ ]; + maintainers = [ lib.maintainers.awwpotato ]; } diff --git a/modules/mpv/meta.nix b/modules/mpv/meta.nix index 36f67386..7b54f1a7 100644 --- a/modules/mpv/meta.nix +++ b/modules/mpv/meta.nix @@ -1,4 +1,7 @@ { lib, ... }: { - maintainers = [ lib.maintainers.naho ]; + maintainers = with lib.maintainers; [ + awwpotato + naho + ]; } diff --git a/modules/ncspot/meta.nix b/modules/ncspot/meta.nix index 51e10e61..02308ba7 100644 --- a/modules/ncspot/meta.nix +++ b/modules/ncspot/meta.nix @@ -1,3 +1,4 @@ +{ lib, ... }: { - maintainers = [ ]; + maintainers = [ lib.maintainers.awwpotato ]; } diff --git a/modules/waybar/meta.nix b/modules/waybar/meta.nix index 51e10e61..02308ba7 100644 --- a/modules/waybar/meta.nix +++ b/modules/waybar/meta.nix @@ -1,3 +1,4 @@ +{ lib, ... }: { - maintainers = [ ]; + maintainers = [ lib.maintainers.awwpotato ]; }