mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
treewide: awwpotato -> da157
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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