u9fs: change license to dtoa

found at https://bitbucket.org/plan9-from-bell-labs/u9fs/src/master/LICENSE
This commit is contained in:
jopejoe1 2023-12-30 00:42:24 +01:00
parent 95f9761fd9
commit ad306fc1c8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Serve 9P from Unix";
homepage = "http://p9f.org/magic/man2html?man=u9fs&sect=4";
license = licenses.free;
license = licenses.dtoa;
maintainers = [ maintainers.ehmry ];
platforms = platforms.unix;
mainProgram = "u9fs";