dosfstools: add license

see issue #43716

+1
+1
pkgs/tools/filesystems/dosfstools/default.nix
··· 21 21 repositories.git = git://daniel-baumann.ch/git/software/dosfstools.git; 22 22 homepage = https://www.daniel-baumann.ch/software/dosfstools/; 23 23 platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; 24 + license = stdenv.lib.licenses.gpl3; 24 25 }; 25 26 }