htop: add changelog
This commit is contained in:
parent
d01a9229f8
commit
d2aabe8fed
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
||||||
maintainers = with maintainers; [ rob relrod ];
|
maintainers = with maintainers; [ rob relrod ];
|
||||||
|
changelog = "https://github.com/htop-dev/${pname}/blob/${version}/ChangeLog";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user