treewide: remove maintainer (#256811)

This commit is contained in:
Aaron Jheng 2023-09-23 20:35:29 +08:00 committed by GitHub
parent 94e939985b
commit 87cb7625b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View file

@ -19,6 +19,6 @@ buildGoModule rec {
homepage = "https://decred.org";
description = "A secure Decred wallet daemon written in Go (golang)";
license = with lib.licenses; [ isc ];
maintainers = with lib.maintainers; [ aaronjheng ];
maintainers = with lib.maintainers; [ ];
};
}

View file

@ -32,6 +32,6 @@ buildGoModule rec {
description = "CLI for the Mastodon social network API";
homepage = "https://github.com/McKael/madonctl";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -29,6 +29,6 @@ buildGoModule rec {
homepage = "https://github.com/odeke-em/drive";
description = "Google Drive client for the commandline";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -25,6 +25,6 @@ buildGoModule rec {
'';
homepage = "https://harmonist.tuxfamily.org/";
license = licenses.isc;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -29,6 +29,6 @@ buildGoModule rec {
description = "A distributed service for announcement and discovery of services";
homepage = "https://github.com/skynetservices/skydns";
license = lib.licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -42,6 +42,6 @@ buildGoModule rec {
homepage = "https://cloud.google.com/storage/docs/gcs-fuse";
changelog = "https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -28,7 +28,7 @@ buildGoModule rec {
description = "A simple FUSE filesystem for mounting Android devices as a MTP device";
homepage = "https://github.com/hanwen/go-mtpfs";
license = licenses.bsd3;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
broken = stdenv.isDarwin;
};
}

View file

@ -19,6 +19,6 @@ buildGoModule rec {
homepage = "https://github.com/thehowl/claws";
description = "Interactive command line client for testing websocket servers";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -23,6 +23,6 @@ buildGoModule rec {
description = "A Dash Generator Script for Any HTML";
homepage = "https://github.com/technosophos/dashing";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}

View file

@ -23,7 +23,7 @@ buildGoModule rec {
description = "Tool that avoids TTY and signal-forwarding behavior of sudo and su";
homepage = "https://github.com/tianon/gosu";
license = licenses.asl20;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -47,7 +47,7 @@ buildGoModule rec {
homepage = "https://wakatime.com/";
description = "WakaTime command line interface";
license = licenses.bsd3;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
mainProgram = "wakatime-cli";
};
}

View file

@ -24,7 +24,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://github.com/AdRoll/hologram/";
description = "Easy, painless AWS credentials on developer laptops";
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
license = licenses.asl20;
};
}

View file

@ -30,6 +30,6 @@ buildGoModule rec {
'';
homepage = "https://github.com/gsamokovarov/jump";
license = licenses.mit;
maintainers = with maintainers; [ aaronjheng ];
maintainers = with maintainers; [ ];
};
}