Commit 94892f8f authored by Doron Behar's avatar Doron Behar
Browse files

tzupdate: add doronbehar to maintainers

parent 3fc34aa9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,5 +41,5 @@ in {
    };
  };

  meta.maintainers = [ ];
  meta.maintainers = with lib.maintainers; [ doronbehar ];
}
+4 −1
Original line number Diff line number Diff line
@@ -21,7 +21,10 @@ rustPlatform.buildRustPackage rec {
    description = "Set the system timezone based on IP geolocation";
    homepage = "https://github.com/cdown/tzupdate";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ camillemndn ];
    maintainers = with lib.maintainers; [
      camillemndn
      doronbehar
    ];
    platforms = lib.platforms.linux;
    mainProgram = "tzupdate";
  };