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 ]; }