fdm: add license

This commit is contained in:
Markus Kowalewski
2018-09-10 21:23:27 +02:00
parent 6d859b3b1e
commit 28bac35599

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