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";
source = "nixpkgs";
};
awwpotato = {
email = "awwpotato@voidq.com";
github = "awwpotato";
githubId = 153149335;
da157 = {
email = "da157@voidq.com";
matrix = "@awwpotato:envs.net";
name = "awwpotato";
github = "0xda157";
githubId = 153149335;
name = "0xda157";
source = "nixpkgs";
};
b1kku = {

View file

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

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

View file

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