tty-clock: change license to bsd3

found at https://github.com/xorg62/tty-clock/blob/master/LICENSE
This commit is contained in:
jopejoe1 2023-12-30 01:00:48 +01:00
parent ad306fc1c8
commit 4711e88681

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/xorg62/tty-clock";
license = licenses.free;
license = licenses.bsd3;
description = "Digital clock in ncurses";
platforms = platforms.all;
maintainers = [ maintainers.koral ];