void: fixing license and changing test setup

This commit is contained in:
Katharina Fey 2019-01-07 21:21:22 +01:00
parent 6a6cd025fc
commit 66fe6f10fc
No known key found for this signature in database
GPG key ID: 90734A9E619C8A6C

View file

@ -12,14 +12,14 @@ rustPlatform.buildRustPackage rec {
};
# The tests are long-running and not that useful
checkPhase = null;
doCheck = false;
cargoSha256 = "1rq947s82icl7gdkjynjwz426bpmd96dip2dv2y7p8rg7yz29x0m";
meta = with stdenv.lib; {
description = "Terminal-based personal organizer";
homepage = https://github.com/spacejam/void;
license = licenses.mit;
license = licenses.gpl3;
maintainers = with maintainers; [ spacekookie ];
platforms = platforms.all;
};