Unverified Commit cd981c1c authored by Michael Peyton Jones's avatar Michael Peyton Jones
Browse files

tzupdate: remove michaelpj as maintainer

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

  meta.maintainers = [ maintainers.michaelpj ];
  meta.maintainers = [ ];
}
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ buildPythonApplication rec {
    description = "Update timezone information based on geoip";
    mainProgram = "tzupdate";
    homepage = "https://github.com/cdown/tzupdate";
    maintainers = [ maintainers.michaelpj ];
    maintainers = [ ];
    license = licenses.unlicense;
  };
}