diff options
| author | Raphael Borun Das Gupta <git@raphael.dasgupta.ch> | 2025-05-23 22:52:40 +0200 |
|---|---|---|
| committer | Raphael Borun Das Gupta <git@raphael.dasgupta.ch> | 2025-05-23 22:57:10 +0200 |
| commit | e21379218ce8549e73d46cce9a9ff8d0c82295d4 (patch) | |
| tree | 369ce2da2a0d8e55f97f755381e3d4112ba63a83 /README.md | |
| parent | protolint: 0.54.0 -> 0.55.5 (#409944) (diff) | |
| download | nixpkgs-e21379218ce8549e73d46cce9a9ff8d0c82295d4.tar.gz | |
README.md: fix NixOS logo
(default and light theme)
https://nixos.org/logo/nixos-hires.png gives a "Not found" error
and https://nixos.org itself uses an (inline) SVG,
so let's go for the default logo SVG from nixos-artwork.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index fc275f69e4f4..a4d9d0515b69 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ <p align="center"> <a href="https://nixos.org"> <picture> - <source media="(prefers-color-scheme: light)" srcset="https://nixos.org/logo/nixos-hires.png"> + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos-white.png"> - <img src="https://nixos.org/logo/nixos-hires.png" width="500px" alt="NixOS logo"> + <img src="https://raw.githubusercontent.com/NixOS/nixos-artwork/master/logo/nixos.svg" width="500px" alt="NixOS logo"> </picture> </a> </p> |
