From 76aefe30fff9ec347c280d402a2871f4ea7bfbd1 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Wed, 13 Aug 2025 23:49:48 +0200 Subject: [PATCH] doc: use GitHub markdown formatting for note in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d4067b43e91..1594a23434c6 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can donate to the NixOS foundation through [SEPA bank transfers](https://nix Nixpkgs is licensed under the [MIT License](COPYING). -Note: -MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). +> [!Note] +> MIT license does not apply to the packages built by Nixpkgs, merely to the files in this repository (the Nix expressions, build scripts, NixOS modules, etc.). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.