htop: add changelog

This commit is contained in:
Daniel Nagy 2021-02-03 14:50:16 +01:00
parent d01a9229f8
commit d2aabe8fed
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -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";
}; };
} }