mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
treewide: drop foo-dogsquared
Removed in https://github.com/NixOS/nixpkgs/pull/472804 Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -1097,19 +1097,6 @@
|
||||
name = "Hoang Nguyen";
|
||||
source = "home-manager";
|
||||
};
|
||||
foo-dogsquared = {
|
||||
email = "foodogsquared@foodogsquared.one";
|
||||
github = "foo-dogsquared";
|
||||
githubId = 34962634;
|
||||
keys = [
|
||||
{
|
||||
fingerprint = "DDD7 D0BD 602E 564B AA04 FC35 1431 0D91 4115 2B92";
|
||||
}
|
||||
];
|
||||
matrix = "@foodogsquared:matrix.org";
|
||||
name = "Gabriel Arazas";
|
||||
source = "nixpkgs";
|
||||
};
|
||||
fpob = {
|
||||
email = "fpob@proton.me";
|
||||
github = "fpob";
|
||||
|
||||
@@ -136,7 +136,7 @@ let
|
||||
);
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ foo-dogsquared ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.services.activitywatch = {
|
||||
enable = lib.mkEnableOption "ActivityWatch, an automated time tracker";
|
||||
|
||||
@@ -75,7 +75,7 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.foo-dogsquared ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.services.mopidy = {
|
||||
enable = lib.mkEnableOption "Mopidy music player daemon";
|
||||
|
||||
@@ -103,7 +103,7 @@ let
|
||||
settingsFormat = recollConfFormat { };
|
||||
in
|
||||
{
|
||||
meta.maintainers = [ lib.maintainers.foo-dogsquared ];
|
||||
meta.maintainers = [ ];
|
||||
|
||||
options.services.recoll = {
|
||||
enable = lib.mkEnableOption "Recoll file index service";
|
||||
|
||||
Reference in New Issue
Block a user