lol

libcpuid: add meta.changelog

+1
+1
pkgs/tools/misc/libcpuid/default.nix
··· 16 16 meta = with lib; { 17 17 homepage = "http://libcpuid.sourceforge.net/"; 18 18 description = "A small C library for x86 CPU detection and feature extraction"; 19 + changelog = "https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"; 19 20 license = licenses.bsd2; 20 21 maintainers = with maintainers; [ orivej artuuge ]; 21 22 platforms = platforms.x86;