servialdv: add license

This commit is contained in:
Markus Kowalewski 2020-06-27 11:46:13 +02:00
parent e075f94f47
commit ffa2030338
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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;
};
}