fdm: add license

This commit is contained in:
Markus Kowalewski 2018-09-10 21:23:27 +02:00
parent 6d859b3b1e
commit 28bac35599
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
platforms = with platforms; linux;
homepage = https://github.com/nicm/fdm;
downloadPage = https://github.com/nicm/fdm/releases;
license = licenses.isc;
};
}