1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

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