1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 15:11:03 +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

@ -629,12 +629,12 @@
name = "Lorenzo Manacorda"; name = "Lorenzo Manacorda";
source = "nixpkgs"; source = "nixpkgs";
}; };
awwpotato = { da157 = {
email = "awwpotato@voidq.com"; email = "da157@voidq.com";
github = "awwpotato";
githubId = 153149335;
matrix = "@awwpotato:envs.net"; matrix = "@awwpotato:envs.net";
name = "awwpotato"; github = "0xda157";
githubId = 153149335;
name = "0xda157";
source = "nixpkgs"; source = "nixpkgs";
}; };
b1kku = { b1kku = {

View file

@ -134,7 +134,7 @@ in
}; };
meta.maintainers = with lib.maintainers; [ meta.maintainers = with lib.maintainers; [
awwpotato da157
kranzes kranzes
]; ];
} }

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -9,7 +9,7 @@ let
cfg = config.services.rescrobbled; cfg = config.services.rescrobbled;
in in
{ {
meta.maintainers = [ lib.maintainers.awwpotato ]; meta.maintainers = [ lib.maintainers.da157 ];
options.services.rescrobbled = { options.services.rescrobbled = {
enable = lib.mkEnableOption "rescrobbled, a MPRIS music scrobbler daemon"; enable = lib.mkEnableOption "rescrobbled, a MPRIS music scrobbler daemon";