Commit b0648f7f authored by Devan Carpenter's avatar Devan Carpenter
Browse files

libnl-tiny: correct license to GPLv2

parent 321ecf8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
  meta = with lib; {
    description = "Tiny OpenWrt fork of libnl";
    homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
    license = licenses.isc;
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ mkg20001 ];
    platforms = platforms.linux;
  };