summary refs log tree commit diff
path: root/pkgs/applications/misc/rescuetime/default.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-09-29 15:19:55 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-10-04 22:20:58 -0300
commit492414af5f848c51ed5073e2f5b6556f3d2782cc (patch)
treef86668ed5df8012f00b3bed9212bffbe2d01f22f /pkgs/applications/misc/rescuetime/default.nix
parentc52af267ad0c11b55f89cf6c70adb10694ad938e (diff)
downloadnixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.gz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.bz2
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.lz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.xz
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.tar.zst
nixpkgs-492414af5f848c51ed5073e2f5b6556f3d2782cc.zip
treewide: remove cstrahan from meta.maintainers - part 1
All the packages here are now orphaned.
Diffstat (limited to 'pkgs/applications/misc/rescuetime/default.nix')
-rw-r--r--pkgs/applications/misc/rescuetime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/rescuetime/default.nix b/pkgs/applications/misc/rescuetime/default.nix
index ea97f8305fe..22a1964e466 100644
--- a/pkgs/applications/misc/rescuetime/default.nix
+++ b/pkgs/applications/misc/rescuetime/default.nix
@@ -52,7 +52,7 @@ in mkDerivation rec {
   meta = with lib; {
     description = "Helps you understand your daily habits so you can focus and be more productive";
     homepage    = "https://www.rescuetime.com";
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license     = licenses.unfree;
     platforms   = [ "i686-linux" "x86_64-linux" ];