Unverified Commit 23e39187 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

Merge pull request #269565 from NixOS/backport-269564-to-release-23.11

parents ffb83e9b 63a6e39b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
    homepage = "https://git.openwrt.org/?p=project/libnl-tiny.git;a=summary";
    license = licenses.isc;
    maintainers = with maintainers; [ mkg20001 ];
    platforms = platforms.all;
    platforms = platforms.linux;
  };
}