3
0
Fork 0
forked from mirrors/nixpkgs

tasknc: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 16:47:10 +02:00
parent 270d3892b3
commit 9c9f5aaeb2
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
description = "A ncurses wrapper around taskwarrior";
maintainers = with maintainers; [ infinisil ];
platforms = platforms.linux; # Cannot test others
license = licenses.mit;
};
}