kent: add missing information to the meta

This commit is contained in:
natsukium 2023-04-20 15:50:30 +09:00
parent 5b62152599
commit 23205d28d2
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -80,6 +80,8 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "UCSC Genome Bioinformatics Group's suite of biological analysis tools, i.e. the kent utilities"; description = "UCSC Genome Bioinformatics Group's suite of biological analysis tools, i.e. the kent utilities";
homepage = "http://genome.ucsc.edu";
changelog = "https://github.com/ucscGenomeBrowser/kent/releases/tag/v${version}_base";
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ scalavision ]; maintainers = with maintainers; [ scalavision ];
platforms = platforms.linux; platforms = platforms.linux;