Unverified Commit 73631465 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

ntfy: use https in meta.homepage

parent 629e9fea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ python.pkgs.buildPythonApplication rec {

  meta = with lib; {
    description = "Utility for sending notifications, on demand and when commands finish";
    homepage = "http://ntfy.rtfd.org/";
    homepage = "https://ntfy.rtfd.org/";
    license = licenses.gpl3;
    maintainers = with maintainers; [ kamilchm ];
    mainProgram = "ntfy";