mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
treewide: awwpotato -> da157
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -134,7 +134,7 @@ in
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
da157
|
||||
kranzes
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -10,7 +10,7 @@ let
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
awwpotato
|
||||
da157
|
||||
PopeRigby
|
||||
];
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user