Unverified Commit b1f3e261 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

multitail: update meta

- use the fork url as the homepage instead of the original one
- change the license to asl20
parent c4e8ee18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,10 +23,10 @@ stdenv.mkDerivation rec {
  hardeningDisable = [ "format" ];

  meta = {
    homepage = "https://github.com/halturin/multitail";
    homepage = "https://github.com/folkertvanheusden/multitail";
    description = "tail on Steroids";
    maintainers = with lib.maintainers; [ matthiasbeyer ];
    platforms = lib.platforms.unix;
    license = lib.licenses.gpl2Plus;
    license = lib.licenses.asl20;
  };
}