1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 23:21:02 +01:00

treewide: awwpotato -> da157

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-11-16 20:54:30 -06:00
parent c4e2316d43
commit ae20265d9e
10 changed files with 14 additions and 14 deletions

View file

@ -19,7 +19,7 @@ let
jsonFormat = pkgs.formats.json { };
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.foliate = {
enable = mkEnableOption "Foliate";

View file

@ -9,7 +9,7 @@ let
cfg = config.programs.gurk-rs;
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.gurk-rs = {
enable = lib.mkEnableOption "gurk-rs";

View file

@ -9,7 +9,7 @@ let
jsonFormat = pkgs.formats.json { };
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.mullvad-vpn = {
enable = lib.mkEnableOption "Mullvad VPN";

View file

@ -12,7 +12,7 @@ let
tomlFormat = pkgs.formats.toml { };
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.ncspot = {
enable = lib.mkEnableOption "ncspot";

View file

@ -9,7 +9,7 @@ let
cfg = config.programs.nix-init;
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.nix-init = {
enable = lib.mkEnableOption "nix-init";

View file

@ -11,7 +11,7 @@ let
cfg = config.programs.ptyxis;
in
{
meta.maintainers = [ lib.maintainers.awwpotato ];
meta.maintainers = [ lib.maintainers.da157 ];
options.programs.ptyxis = {
enable = lib.mkEnableOption "ptyxis";

View file

@ -10,7 +10,7 @@ let
in
{
meta.maintainers = with lib.maintainers; [
awwpotato
da157
PopeRigby
];