multitail: update meta

- use the fork url as the homepage instead of the original one
- change the license to asl20
This commit is contained in:
OTABI Tomoya
2023-10-28 22:05:37 +09:00
committed by GitHub
parent c4e8ee187b
commit b1f3e2614e
+2 -2
View File
@@ -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;
};
}