lol

treewide: remove maintainer (#256811)

authored by

Aaron Jheng and committed by
GitHub
87cb7625 94e93998

+13 -13
+1 -1
pkgs/applications/blockchains/dcrctl/default.nix
··· 19 19 homepage = "https://decred.org"; 20 20 description = "A secure Decred wallet daemon written in Go (golang)"; 21 21 license = with lib.licenses; [ isc ]; 22 - maintainers = with lib.maintainers; [ aaronjheng ]; 22 + maintainers = with lib.maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/applications/misc/madonctl/default.nix
··· 32 32 description = "CLI for the Mastodon social network API"; 33 33 homepage = "https://github.com/McKael/madonctl"; 34 34 license = licenses.mit; 35 - maintainers = with maintainers; [ aaronjheng ]; 35 + maintainers = with maintainers; [ ]; 36 36 }; 37 37 }
+1 -1
pkgs/applications/networking/drive/default.nix
··· 29 29 homepage = "https://github.com/odeke-em/drive"; 30 30 description = "Google Drive client for the commandline"; 31 31 license = licenses.asl20; 32 - maintainers = with maintainers; [ aaronjheng ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/games/harmonist/default.nix
··· 25 25 ''; 26 26 homepage = "https://harmonist.tuxfamily.org/"; 27 27 license = licenses.isc; 28 - maintainers = with maintainers; [ aaronjheng ]; 28 + maintainers = with maintainers; [ ]; 29 29 }; 30 30 }
+1 -1
pkgs/servers/skydns/default.nix
··· 29 29 description = "A distributed service for announcement and discovery of services"; 30 30 homepage = "https://github.com/skynetservices/skydns"; 31 31 license = lib.licenses.mit; 32 - maintainers = with maintainers; [ aaronjheng ]; 32 + maintainers = with maintainers; [ ]; 33 33 }; 34 34 }
+1 -1
pkgs/tools/filesystems/gcsfuse/default.nix
··· 42 42 homepage = "https://cloud.google.com/storage/docs/gcs-fuse"; 43 43 changelog = "https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v${version}"; 44 44 license = licenses.asl20; 45 - maintainers = with maintainers; [ aaronjheng ]; 45 + maintainers = with maintainers; [ ]; 46 46 }; 47 47 }
+1 -1
pkgs/tools/filesystems/go-mtpfs/default.nix
··· 28 28 description = "A simple FUSE filesystem for mounting Android devices as a MTP device"; 29 29 homepage = "https://github.com/hanwen/go-mtpfs"; 30 30 license = licenses.bsd3; 31 - maintainers = with maintainers; [ aaronjheng ]; 31 + maintainers = with maintainers; [ ]; 32 32 broken = stdenv.isDarwin; 33 33 }; 34 34 }
+1 -1
pkgs/tools/misc/claws/default.nix
··· 19 19 homepage = "https://github.com/thehowl/claws"; 20 20 description = "Interactive command line client for testing websocket servers"; 21 21 license = licenses.mit; 22 - maintainers = with maintainers; [ aaronjheng ]; 22 + maintainers = with maintainers; [ ]; 23 23 }; 24 24 }
+1 -1
pkgs/tools/misc/dashing/default.nix
··· 23 23 description = "A Dash Generator Script for Any HTML"; 24 24 homepage = "https://github.com/technosophos/dashing"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ aaronjheng ]; 26 + maintainers = with maintainers; [ ]; 27 27 }; 28 28 }
+1 -1
pkgs/tools/misc/gosu/default.nix
··· 23 23 description = "Tool that avoids TTY and signal-forwarding behavior of sudo and su"; 24 24 homepage = "https://github.com/tianon/gosu"; 25 25 license = licenses.asl20; 26 - maintainers = with maintainers; [ aaronjheng ]; 26 + maintainers = with maintainers; [ ]; 27 27 platforms = platforms.linux; 28 28 }; 29 29 }
+1 -1
pkgs/tools/misc/wakatime/default.nix
··· 47 47 homepage = "https://wakatime.com/"; 48 48 description = "WakaTime command line interface"; 49 49 license = licenses.bsd3; 50 - maintainers = with maintainers; [ aaronjheng ]; 50 + maintainers = with maintainers; [ ]; 51 51 mainProgram = "wakatime-cli"; 52 52 }; 53 53 }
+1 -1
pkgs/tools/security/hologram/default.nix
··· 24 24 meta = with lib; { 25 25 homepage = "https://github.com/AdRoll/hologram/"; 26 26 description = "Easy, painless AWS credentials on developer laptops"; 27 - maintainers = with maintainers; [ aaronjheng ]; 27 + maintainers = with maintainers; [ ]; 28 28 license = licenses.asl20; 29 29 }; 30 30 }
+1 -1
pkgs/tools/system/jump/default.nix
··· 30 30 ''; 31 31 homepage = "https://github.com/gsamokovarov/jump"; 32 32 license = licenses.mit; 33 - maintainers = with maintainers; [ aaronjheng ]; 33 + maintainers = with maintainers; [ ]; 34 34 }; 35 35 }