libnl-tiny: correct license to GPLv2

This commit is contained in:
Devan Carpenter
2025-08-29 21:25:22 -05:00
parent 321ecf8c4e
commit b0648f7ff5
+1 -1
View File
@@ -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;
};