servialdv: add license

This commit is contained in:
Markus Kowalewski
2020-06-27 11:46:13 +02:00
parent e075f94f47
commit ffa2030338

View File

@@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/f4exb/serialdv";
platforms = platforms.linux;
maintainers = with maintainers; [ alkeryn ];
license = licenses.gpl3;
};
}