forked from mirrors/nixpkgs
fdm: add license
This commit is contained in:
parent
6d859b3b1e
commit
28bac35599
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
homepage = https://github.com/nicm/fdm;
|
homepage = https://github.com/nicm/fdm;
|
||||||
downloadPage = https://github.com/nicm/fdm/releases;
|
downloadPage = https://github.com/nicm/fdm/releases;
|
||||||
|
license = licenses.isc;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue